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)
> > #
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
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