Re: [patch] options.h and comments on a couple of tm.h #include's

2015-07-15 Thread Jeff Law
On 07/15/2015 10:32 AM, Andrew MacLeod wrote: I think this is the last patch before I start include reductions and cleanups. options.h is generated with the following snippet: /* Anything that includes tm.h, does not necessarily need this. */" #if !defined(GCC_TM_H) #include "input.h" /* for l

[patch] options.h and comments on a couple of tm.h #include's

2015-07-15 Thread Andrew MacLeod
I think this is the last patch before I start include reductions and cleanups. options.h is generated with the following snippet: /* Anything that includes tm.h, does not necessarily need this. */" #if !defined(GCC_TM_H) #include "input.h" /* for location_t */ <...> // bunch of prototypes whic