summaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 9213232aa98..dd107aec089 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,9 @@
+2013-07-20 Jakub Jelinek <jakub@redhat.com>
+
+ PR preprocessor/57620
+ * lex.c (lex_raw_string): Undo phase1 and phase2 transformations
+ between R" and final " rather than only in between R"del( and )del".
+
2013-07-10 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/57824