This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212441 - in /trunk/libcpp: ChangeLog lex.c mac...
- From: emsr at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 10 Jul 2014 22:26:50 -0000
- Subject: r212441 - in /trunk/libcpp: ChangeLog lex.c mac...
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 <3dw4rd@verizon.net>
Jonathan Wakely <jwakely@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