https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61389
--- Comment #8 from emsr at gcc dot gnu.org --- Author: emsr Date: Thu Jul 10 22:26:50 2014 New Revision: 212441 URL: https://gcc.gnu.org/viewcvs?rev=212441&root=gcc&view=rev Log: 2014-07-10 Edward Smith-Rowland <3dw...@verizon.net> Jonathan Wakely <jwak...@redhat.com> PR CPP/61389 * macro.c (_cpp_arguments_ok, parse_params, create_iso_definition): Warning messages mention C++11 in c++ mode and C99 in c mode. * lex.c (lex_identifier_intern, lex_identifier): Ditto Modified: trunk/libcpp/ChangeLog trunk/libcpp/lex.c trunk/libcpp/macro.c