Re: [PATCH] PR preprocessor/69664: fix rich_location::override_column

2016-02-08 Thread Jeff Law
On 02/04/2016 03:51 PM, David Malcolm wrote: In gcc 5 and earlier, struct diagnostic_info had a field: unsigned int override_column; which could be set by the macro: diagnostic_override_column This was only used by the frontends' callbacks for handling errors from libcpp: c_cpp_error for t

[PATCH] PR preprocessor/69664: fix rich_location::override_column

2016-02-04 Thread David Malcolm
In gcc 5 and earlier, struct diagnostic_info had a field: unsigned int override_column; which could be set by the macro: diagnostic_override_column This was only used by the frontends' callbacks for handling errors from libcpp: c_cpp_error for the c-family, and cb_cpp_error for Fortran: if (