r212393 - in /branches/gcc-4_9-branch: gcc/test...

emsr@gcc.gnu.org emsr@gcc.gnu.org
Wed Jul 9 15:10:00 GMT 2014


Author: emsr
Date: Wed Jul  9 15:10:43 2014
New Revision: 212393

URL: https://gcc.gnu.org/viewcvs?rev=212393&root=gcc&view=rev
Log:
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.


Added:
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/pr58155.C
Modified:
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_9-branch/libcpp/ChangeLog
    branches/gcc-4_9-branch/libcpp/lex.c



More information about the Gcc-cvs mailing list