aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorEdward Smith-Rowland <3dw4rd@verizon.net>2014-07-10 22:26:50 +0000
committerEdward Smith-Rowland <emsr@gcc.gnu.org>2014-07-10 22:26:50 +0000
commit3976796b6ded6ef5c84c087ab880ec8d2fcfa48a (patch)
tree85c3bdc9927029974392deb0bbf99aa974e8fcbb /libcpp/ChangeLog
parenta25b76d802c2df2b082b874f242d089d1a2bb42a (diff)
downloadgcc-3976796b6ded6ef5c84c087ab880ec8d2fcfa48a.zip
gcc-3976796b6ded6ef5c84c087ab880ec8d2fcfa48a.tar.gz
gcc-3976796b6ded6ef5c84c087ab880ec8d2fcfa48a.tar.bz2
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
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index f22471b..c62478d 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,11 @@
+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
+
2014-07-09 Edward Smith-Rowland <3dw4rd@verizon.net>
PR c++/58155 - -Wliteral-suffix warns about tokens which are skipped