Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Richard Biener
On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > Hi, > I am having an issue with placing includes of expr.h in gcc-plugin.h. > rtl.h is required to be included before expr.h, so I put it in gcc-plugin.h. > However the front-ends then fail to build because rtl.h is not allowed > in front-ends, > a

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Prathamesh Kulkarni
On 14 January 2015 at 14:37, Richard Biener wrote: > On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > >> Hi, >> I am having an issue with placing includes of expr.h in gcc-plugin.h. >> rtl.h is required to be included before expr.h, so I put it in gcc-plugin.h. >> However the front-ends then fail

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Kugan
On 14/01/15 21:24, Prathamesh Kulkarni wrote: > On 14 January 2015 at 14:37, Richard Biener wrote: >> On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: >> >>> Hi, >>> I am having an issue with placing includes of expr.h in gcc-plugin.h. >>> rtl.h is required to be included before expr.h, so I put it

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Prathamesh Kulkarni
On 14 January 2015 at 16:13, Kugan wrote: > On 14/01/15 21:24, Prathamesh Kulkarni wrote: >> On 14 January 2015 at 14:37, Richard Biener wrote: >>> On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: >>> Hi, I am having an issue with placing includes of expr.h in gcc-plugin.h. rtl.h is

multilib related question

2015-01-14 Thread Konstantin Vladimirov
Hi, If I want libraries to be built with -A by default and dirb to contain libraries built with -B, I can simply write makefile fragment MULTILIB_OPTIONS = A/B MULTILIB_DIRNAMES= dira dirb And inside machine description: #define MULTILIB_DEFAULTS { "A" } But what if I want little more

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Richard Biener
On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > On 14 January 2015 at 16:13, Kugan wrote: > > On 14/01/15 21:24, Prathamesh Kulkarni wrote: > >> On 14 January 2015 at 14:37, Richard Biener wrote: > >>> On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > >>> > Hi, > I am having an issue

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Prathamesh Kulkarni
On 14 January 2015 at 16:13, Richard Biener wrote: > On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > >> On 14 January 2015 at 16:13, Kugan wrote: >> > On 14/01/15 21:24, Prathamesh Kulkarni wrote: >> >> On 14 January 2015 at 14:37, Richard Biener wrote: >> >>> On Wed, 14 Jan 2015, Prathamesh K

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Richard Biener
On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > On 14 January 2015 at 16:13, Richard Biener wrote: > > On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > > > >> On 14 January 2015 at 16:13, Kugan > >> wrote: > >> > On 14/01/15 21:24, Prathamesh Kulkarni wrote: > >> >> On 14 January 2015 at 14:

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Prathamesh Kulkarni
On 14 January 2015 at 16:18, Richard Biener wrote: > On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > >> On 14 January 2015 at 16:13, Richard Biener wrote: >> > On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: >> > >> >> On 14 January 2015 at 16:13, Kugan >> >> wrote: >> >> > On 14/01/15 21:24,

Re: [RFC] Dealing with ODR violations in GCC

2015-01-14 Thread Martin Liška
On 09/12/2014 07:40 AM, Jan Hubicka wrote: Hi, I went through excercise of running LTO bootstrap with ODR verification on. There are some typename clashes I guess we want to fix. I wonder what approach is preferred, do we want to introduce anonymous namespaces for those? Honza ../../gcc/tli

looking for support

2015-01-14 Thread vgol...@innovasic.de
Hello out there, I am looking of some support maintaining the m68k target toolchain (incl GDB) for the fido1100 (basically a CPU32, the real changes are in GDB). Some experience with the m68k target would be helpful. Is there someone around that maybe interested in that? Or does someone knows a

gcc-4.9-20150114 is now available

2015-01-14 Thread gccadmin
Snapshot gcc-4.9-20150114 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.9-20150114/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.9 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

Warnings in libgcc/emutls.c

2015-01-14 Thread Joel Sherrill
Hi I noticed the arm-rtems (and I assume arm-eabi) have these warnings about calloc() and realloc(). Can this file include stdlib.h to resolve this? ../../../gcc/libgcc/emutls.c: In function '__emutls_get_address': ../../../gcc/libgcc/emutls.c:159:13: warning: implicit declaration of function 'ca

organization of optimization options in manual

2015-01-14 Thread Sandra Loosemore
The "Options That Control Optimization" section of the manual is currently divided into three parts (not subsections, just separate option lists): (1) General options like -O[n] (2) Options that individually control options enabled by default at some -O[n] setting (3) Options controlling op

Re: organization of optimization options in manual

2015-01-14 Thread Jeff Law
On 01/14/15 16:48, Sandra Loosemore wrote: The "Options That Control Optimization" section of the manual is currently divided into three parts (not subsections, just separate option lists): (1) General options like -O[n] (2) Options that individually control options enabled by default at some -

LRA handling of subreg (on AARCH64 with ILP32)

2015-01-14 Thread Andrew Pinski
Hi, I have some code where we generate some weird code that has stores followed by a load from the same location. For an example we get: add x14, sp, 240 add x15, sp, 232 str x14, [sp, 136] mov w2, w27 ldr w1, [sp, 136] str x15, [sp, 136] ldr w0, [sp, 136] The RTL originally using an offset of t

Re: [RFC] Dealing with ODR violations in GCC

2015-01-14 Thread Jan Hubicka
> Hello. > > I've just finished successfully chromium LTO build and there's list of mainly > -Wodr warnings. > I think some of them are false positives? What of those you consider to be false? I wonder if we can print just type name so we avoid using the wrong "struct" in place of class... > >

Re: organization of optimization options in manual

2015-01-14 Thread Sandra Loosemore
On 01/14/2015 08:41 PM, Jeff Law wrote: With the section being ~60 pages, my first thought is we have way too many options! Heh, at least we have documentation for all those options. :-) But that's not likely to change. Though perhaps the process will encourage some culling of options that

Re: organization of optimization options in manual

2015-01-14 Thread Jeff Law
On 01/14/15 23:12, Sandra Loosemore wrote: On 01/14/2015 08:41 PM, Jeff Law wrote: With the section being ~60 pages, my first thought is we have way too many options! Heh, at least we have documentation for all those options. :-) But that's not likely to change. Though perhaps the process