From: Edward Smith-Rowland Date: Thu, 5 Jun 2014 11:17:25 +0000 (+0000) Subject: re PR c++/61038 (g++ -E is unusable with UDL strings) X-Git-Tag: upstream/12.2.0~62783 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98ba74825766921660fec06bba12cd3f3aabcd2a;p=platform%2Fupstream%2Fgcc.git re PR c++/61038 (g++ -E is unusable with UDL strings) PR c++/61038 I was asked to combine the escape logic for regular chars and strings with the escape logic for user-defined literals chars and strings. I just forgot the first time. I forgot the ChangeLog! From-SVN: r211267 --- diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 8288423..e6af9f7 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2014-06-04 Edward Smith-Rowland <3dw4rd@verizon.net> + + PR c++/61038 + * macro.c (stringify_arg (cpp_reader *, macro_arg *)): + Combine user-defined escape logic with the other string and char logic. + 2014-05-26 Richard Biener * configure.ac: Remove long long and __int64 type checks,