Re: [PATCH, committed] Fix build of jit (was Re: [PATCH] Flatten tree.h and tree-core.h (Version 3))

2015-01-12 Thread Prathamesh Kulkarni
On 13 January 2015 at 00:01, Mike Stump wrote: > On Jan 11, 2015, at 2:33 PM, Prathamesh Kulkarni > wrote: >> oops, sorry about this. We will build further flattening patches with >> --enable-languages=all,go,jit,ada. >> Shall that cover all the front-ends ? > > No objc++ is non-default: Thanks!

Re: [PATCH, committed] Fix build of jit (was Re: [PATCH] Flatten tree.h and tree-core.h (Version 3))

2015-01-12 Thread Mike Stump
On Jan 11, 2015, at 2:33 PM, Prathamesh Kulkarni wrote: > oops, sorry about this. We will build further flattening patches with > --enable-languages=all,go,jit,ada. > Shall that cover all the front-ends ? No objc++ is non-default: $ grep build_by_default */config-lang.in go/config-lang.in:build

Re: [PATCH] Flatten tree.h and tree-core.h (Version 3)

2015-01-12 Thread Prathamesh Kulkarni
On 12 January 2015 at 16:24, Andreas Schwab wrote: > I'm getting this testsuite regression: > > FAIL: gcc.dg/plugin/ggcplug.c compilation Fixed with r219458. Thanks, Prathamesh > > In file included from > /usr/local/gcc/gcc-20150112/gcc/testsuite/../../gcc/tree.h:23:0, > from >

Re: [PATCH] Flatten tree.h and tree-core.h (Version 3)

2015-01-12 Thread Andreas Schwab
I'm getting this testsuite regression: FAIL: gcc.dg/plugin/ggcplug.c compilation In file included from /usr/local/gcc/gcc-20150112/gcc/testsuite/../../gcc/tree.h:23:0, from /usr/local/gcc/gcc-20150112/gcc/testsuite/gcc.dg/plugin/ggcplug.c:8: /usr/local/gcc/gcc-20150112/gcc/test

[BUILDROBOT] tilepro-linux/tilegx-linux fallout from flattening (was: [PATCH] Flatten tree.h and tree-core.h (Version 3))

2015-01-11 Thread Jan-Benedict Glaw
On Sat, 2015-01-10 01:50:42 +0530, Prathamesh Kulkarni wrote: > On 9 January 2015 at 16:21, Richard Biener wrote: > > On Fri, Jan 9, 2015 at 10:39 AM, Michael Collison > > wrote: > > > This patch flattens tree.h and tree-core.h. This is a revised > > > patch that does not include tree-core.h a

Re: [PATCH, committed] Fix build of jit (was Re: [PATCH] Flatten tree.h and tree-core.h (Version 3))

2015-01-11 Thread Prathamesh Kulkarni
On 10 January 2015 at 03:17, David Malcolm wrote: > On Sat, 2015-01-10 at 01:50 +0530, Prathamesh Kulkarni wrote: >> On 9 January 2015 at 16:21, Richard Biener >> wrote: >> > On Fri, Jan 9, 2015 at 10:39 AM, Michael Collison >> > wrote: >> >> This patch flattens tree.h and tree-core.h. This is

[PATCH, committed] Fix build of jit (was Re: [PATCH] Flatten tree.h and tree-core.h (Version 3))

2015-01-09 Thread David Malcolm
On Sat, 2015-01-10 at 01:50 +0530, Prathamesh Kulkarni wrote: > On 9 January 2015 at 16:21, Richard Biener wrote: > > On Fri, Jan 9, 2015 at 10:39 AM, Michael Collison > > wrote: > >> This patch flattens tree.h and tree-core.h. This is a revised patch that > >> does not include tree-core.h as a r

Re: [PATCH] Flatten tree.h and tree-core.h (Version 3)

2015-01-09 Thread Prathamesh Kulkarni
On 10 January 2015 at 02:58, Jakub Jelinek wrote: > On Sat, Jan 10, 2015 at 01:50:42AM +0530, Prathamesh Kulkarni wrote: >> >> I bootstrapped on x86 with all languages. I also bootstrapped on all >> >> targets >> >> listed in contrib/config-list.mk with c and c++ enabled. >> >> >> >> Is this okay

Re: [PATCH] Flatten tree.h and tree-core.h (Version 3)

2015-01-09 Thread Jakub Jelinek
On Sat, Jan 10, 2015 at 01:50:42AM +0530, Prathamesh Kulkarni wrote: > >> I bootstrapped on x86 with all languages. I also bootstrapped on all > >> targets > >> listed in contrib/config-list.mk with c and c++ enabled. > >> > >> Is this okay for trunk? > > > > Ok. > Committed as r219402 on behalf o

Re: [PATCH] Flatten tree.h and tree-core.h (Version 3)

2015-01-09 Thread Prathamesh Kulkarni
On 9 January 2015 at 16:21, Richard Biener wrote: > On Fri, Jan 9, 2015 at 10:39 AM, Michael Collison > wrote: >> This patch flattens tree.h and tree-core.h. This is a revised patch that >> does not include tree-core.h as a result of flattening. >> >> Version 3 of the patch adds the header files

Re: [PATCH] Flatten tree.h and tree-core.h (Version 3)

2015-01-09 Thread Richard Biener
On Fri, Jan 9, 2015 at 10:39 AM, Michael Collison wrote: > This patch flattens tree.h and tree-core.h. This is a revised patch that > does not include tree-core.h as a result of flattening. > > Version 3 of the patch adds the header files removed from tree-core.h to > gcc-plugin.h in order to allo

[PATCH] Flatten tree.h and tree-core.h (Version 3)

2015-01-09 Thread Michael Collison
This patch flattens tree.h and tree-core.h. This is a revised patch that does not include tree-core.h as a result of flattening. Version 3 of the patch adds the header files removed from tree-core.h to gcc-plugin.h in order to allow ggc-common.c to compile. This is a recent issue seen on trunk