]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
PR c++/58155 - -Wliteral-suffix warns about tokens which are skipped
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Wed, 9 Jul 2014 13:33:58 +0000 (13:33 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Wed, 9 Jul 2014 13:33:58 +0000 (13:33 +0000)
commit7aee864645f2ec7c418030977b7d7ab00908371d
tree2945161d6be14d712bccdf9a00c6315c554a985d
parent676c36d87076816e149c501d5c81ee736a972b42
PR c++/58155 - -Wliteral-suffix warns about tokens which are skipped

libcpp/

2014-07-09  Edward Smith-Rowland  <3dw4rd@verizon.net>

PR c++/58155 - -Wliteral-suffix warns about tokens which are skipped
by preprocessor
* lex.c (lex_raw_string ()): Do not warn about invalid suffix
if skipping. (lex_string ()): Ditto.

gcc/testsuite/

2014-07-09  Edward Smith-Rowland  <3dw4rd@verizon.net>

PR c++/58155 - -Wliteral-suffix warns about tokens which are skipped
g++.dg/cpp0x/pr58155.C: New.

From-SVN: r212392
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/pr58155.C [new file with mode: 0644]
libcpp/ChangeLog
libcpp/lex.c