diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-11 14:49:27 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-11 14:49:27 +0000 |
commit | b5905560b8cc2bf7e22cf6f5c0a2048d7fc3ee40 (patch) | |
tree | 8231224e735977df9cbafd82521db6b2a3b88184 /libcpp | |
parent | 327b81246d5a23ad7b196a4597ec1c7d2a56de53 (diff) | |
download | gcc-b5905560b8cc2bf7e22cf6f5c0a2048d7fc3ee40.tar.gz |
PR preprocessor/61389
* gcc.dg/cpp/macsyntx.c: Update expected warnings.
* gcc.dg/cpp/sysmac1.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212457 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index c62478d6044..490bf4e50d1 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 |