]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
re PR c++/61038 (g++ -E is unusable with UDL strings)
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Wed, 21 May 2014 00:35:29 +0000 (00:35 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Wed, 21 May 2014 00:35:29 +0000 (00:35 +0000)
commit49039169f30099ed84696aadd872653b03ecfde3
treea86ac06d461f5c244039fdc4fc80a89810ffe1a3
parent956dd0932cef3c45b49405d3c64c46fc67da12c2
re PR c++/61038 (g++ -E is unusable with UDL strings)

gcc/testsuite/

2014-05-20  Edward Smith-Rowland  <3dw4rd@verizon.net>

PR C++/61038
* g++.dg/cpp0x/pr61038.C: New.

libcpp/

2014-05-20  Edward Smith-Rowland  <3dw4rd@verizon.net>

PR C++/61038
* macro.c (stringify_arg (cpp_reader *, macro_arg *)):
Check for user-defined literal strings and user-defined literal chars
to escape necessary characters.

From-SVN: r210666
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/pr61038.C [new file with mode: 0644]
libcpp/ChangeLog
libcpp/macro.c