Re: [obvious c-family] Fix column location in c_lex_with_flags errors

2015-08-22 Thread Jason Merrill
OK. Jason

[obvious c-family] Fix column location in c_lex_with_flags errors

2015-08-22 Thread Manuel López-Ibáñez
input_location is not always up-to-date in the preprocessor. Using the actual token's location is always best. Bootstrapped & regtested on x86-64-linux-gnu & committed as obvious https://gcc.gnu.org/r227096 Cheers, Manuel. Fix column location in c_lex_with_flags errors gcc/testsuite/ChangeLog: