]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for C+...
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Thu, 10 Jul 2014 22:26:50 +0000 (22:26 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Thu, 10 Jul 2014 22:26:50 +0000 (22:26 +0000)
commit3976796b6ded6ef5c84c087ab880ec8d2fcfa48a
tree85c3bdc9927029974392deb0bbf99aa974e8fcbb
parenta25b76d802c2df2b082b874f242d089d1a2bb42a
re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for C++ input files)

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

Co-Authored-By: Jonathan Wakely <jwakely@redhat.com>
From-SVN: r212441
libcpp/ChangeLog
libcpp/lex.c
libcpp/macro.c