summaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authoremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-05 11:17:25 +0000
committeremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-05 11:17:25 +0000
commit649bbfc41d7829dfe7a7f78ecf6721b20d99772d (patch)
treea8420c45bf14129b147a21e2542414aedfee2364 /libcpp
parent1608bb4b5b8017decd67a0fe6a32b20f443aa68c (diff)
downloadgcc-649bbfc41d7829dfe7a7f78ecf6721b20d99772d.tar.gz
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! git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211267 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 8288423941d..e6af9f722e5 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 <rguenther@suse.de>
* configure.ac: Remove long long and __int64 type checks,