Re: Including a file from include/ in gcc/*.h (was: [gomp4] Use include/gomp-constants.h more actively)

2014-12-22 Thread Thomas Schwinge
Hi! I'm sending this again with some more people copied -- because I see you're working on tree.h/tree-core.h flattening, or know you're familiar with GCC plugins. ;-) Here is a question concerning both of that, where I'd appreciate your input. (That said, I don't find a "GCC plugins" person lis

Re: Including a file from include/ in gcc/*.h (was: [gomp4] Use include/gomp-constants.h more actively)

2014-12-19 Thread Jakub Jelinek
On Fri, Dec 19, 2014 at 06:54:04PM +0100, Thomas Schwinge wrote: > Like this (not yet applied)? I think it is fine, though the ChangeLog entry is not. Though in the late of hopefully soonish merge and creation of full ChangeLog entry it is not a big deal. Jakub

Re: Including a file from include/ in gcc/*.h (was: [gomp4] Use include/gomp-constants.h more actively)

2014-12-19 Thread Thomas Schwinge
Hi Jakub! On Thu, 18 Dec 2014 19:33:07 +0100, Jakub Jelinek wrote: > On Thu, Dec 18, 2014 at 07:25:03PM +0100, Thomas Schwinge wrote: > > On Wed, 17 Dec 2014 23:26:53 +0100, I wrote: > > > Committed to gomp-4_0-branch in r218840: > > > > > > commit febcd8dfdb10fa80edff0880973d1915ca2fef74 > > >

Re: Including a file from include/ in gcc/*.h (was: [gomp4] Use include/gomp-constants.h more actively)

2014-12-18 Thread Jakub Jelinek
On Thu, Dec 18, 2014 at 07:25:03PM +0100, Thomas Schwinge wrote: > Hi! > > On Wed, 17 Dec 2014 23:26:53 +0100, I wrote: > > Committed to gomp-4_0-branch in r218840: > > > > commit febcd8dfdb10fa80edff0880973d1915ca2fef74 > > Author: tschwinge > > Date: Wed Dec 17 22:26:24 2014 + > > > >

Including a file from include/ in gcc/*.h (was: [gomp4] Use include/gomp-constants.h more actively)

2014-12-18 Thread Thomas Schwinge
Hi! On Wed, 17 Dec 2014 23:26:53 +0100, I wrote: > Committed to gomp-4_0-branch in r218840: > > commit febcd8dfdb10fa80edff0880973d1915ca2fef74 > Author: tschwinge > Date: Wed Dec 17 22:26:24 2014 + > > Use include/gomp-constants.h more actively. > diff --git gcc/tree-core.h gcc/tree

[gomp4] Use include/gomp-constants.h more actively

2014-12-17 Thread Thomas Schwinge
Hi! Committed to gomp-4_0-branch in r218840: commit febcd8dfdb10fa80edff0880973d1915ca2fef74 Author: tschwinge Date: Wed Dec 17 22:26:24 2014 + Use include/gomp-constants.h more actively. include/ * gomp-constants.h: Update. Change all users. gcc/