aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@gcc.gnu.org>2014-07-11 14:49:27 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2014-07-11 14:49:27 +0000
commitc786fca61b0531b8b9b60b969c46421042a0bfeb (patch)
tree8231224e735977df9cbafd82521db6b2a3b88184 /libcpp
parenta78cfa7fc14a35d4f5592ee177404e8b7c74d1e7 (diff)
downloadgcc-c786fca61b0531b8b9b60b969c46421042a0bfeb.zip
gcc-c786fca61b0531b8b9b60b969c46421042a0bfeb.tar.gz
gcc-c786fca61b0531b8b9b60b969c46421042a0bfeb.tar.bz2
re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for C++ input files)
PR preprocessor/61389 * gcc.dg/cpp/macsyntx.c: Update expected warnings. * gcc.dg/cpp/sysmac1.c: Likewise. From-SVN: r212457
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index c62478d..490bf4e5 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,7 +1,7 @@
2014-07-10 Edward Smith-Rowland <3dw4rd@verizon.net>
Jonathan Wakely <jwakely@redhat.com>
- PR CPP/61389
+ PR preprocessor/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