Re: [PATCH 0/9] Remove macros that implicitly use input_location

2013-11-22 Thread David Malcolm
On Fri, 2013-11-22 at 12:57 +0100, Richard Biener wrote: > On Fri, Nov 22, 2013 at 4:31 AM, David Malcolm wrote: > > The following patch series eliminates the following macros that > > implicitly use input_location: > > input.h: > > #define input_line LOCATION_LINE (input_location) > > #

Re: [PATCH 0/9] Remove macros that implicitly use input_location

2013-11-22 Thread Richard Biener
On Fri, Nov 22, 2013 at 4:31 AM, David Malcolm wrote: > The following patch series eliminates the following macros that > implicitly use input_location: > input.h: > #define input_line LOCATION_LINE (input_location) > #define input_filename LOCATION_FILE (input_location) > #define in

[PATCH 0/9] Remove macros that implicitly use input_location

2013-11-21 Thread David Malcolm
The following patch series eliminates the following macros that implicitly use input_location: input.h: #define input_line LOCATION_LINE (input_location) #define input_filename LOCATION_FILE (input_location) #define in_system_header (in_system_header_at (input_location)) #define E