re PR c++/58781 (Unicode strings broken in a strange way)
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Tue, 1 Jul 2014 03:13:17 +0000 (03:13 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Tue, 1 Jul 2014 03:13:17 +0000 (03:13 +0000)
commit9378b06e5c414f565fb2eeff32234c1e5d84491a
tree936639ab85de8ce1b38079e49a50992c1f725252
parent5bcb66dffabd20f12fd8392820aa7dd00280091e
re PR c++/58781 (Unicode strings broken in a strange way)

cp/

2014-06-28  Edward Smith-Rowland  <3dw4rd@verizon.net>

PR c++/58781
PR c++/60249
PR c++/59867
* parser.c (cp_parser_userdef_string_literal()): Take a tree
not a cp_token*. (cp_parser_string_literal(): Don't hack
the token stream!

testsuite/

2014-06-28  Edward Smith-Rowland  <3dw4rd@verizon.net>

PR c++/58781
PR c++/60249
PR c++/59867
* testsuite/g++.dg/cpp0x/pr58781.C: New.
* testsuite/g++.dg/cpp0x/pr60249.C: New.
* testsuite/g++.dg/cpp1y/pr59867.C: New.

From-SVN: r212186
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/pr58781.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/pr60249.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp1y/pr59867.C [new file with mode: 0644]