Re: [patch 2/5] Remove tree.h compilation dependency for tm.h

2015-06-17 Thread Richard Biener
On Tue, Jun 16, 2015 at 7:17 PM, Andrew MacLeod wrote: > > There are 2 macros defined in tree.h the depend on the definition of > NO_DOT_IN_LABEL and NO_DOLLAR_IN_LABEL. These are ANON_AGGRNAME_FORMAT and > ANON_AGGRNAME_P. This means that in order to get the correct values for > those macros,

[patch 2/5] Remove tree.h compilation dependency for tm.h

2015-06-16 Thread Andrew MacLeod
There are 2 macros defined in tree.h the depend on the definition of NO_DOT_IN_LABEL and NO_DOLLAR_IN_LABEL. These are ANON_AGGRNAME_FORMAT and ANON_AGGRNAME_P. This means that in order to get the correct values for those macros, you have to be sure that tm.h was included before tree.h, an