summaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-03-25 16:15:39 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-03-25 16:15:39 +0000
commitf175ba0f2885a0c64f7700b4d75ab435ee226ad8 (patch)
tree9471bd17deccc2f59b0dbe6408240bdddda296b2 /libcpp/ChangeLog
parent4cc3295f86d24c11a3d39750f050b1fca2db3536 (diff)
downloadgcc-f175ba0f2885a0c64f7700b4d75ab435ee226ad8.tar.gz
PR lto/69650
* directives.c (do_linemarker): Test for file left but not entered here. * line-map.c (linemap_add): Not here. PR lto/69650 * gcc.dg/pr69650.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234481 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 2352b7d640b..49b6e71abbb 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,10 @@
+2016-03-25 Bernd Schmidt <bschmidt@redhat.com>
+
+ PR lto/69650
+ * directives.c (do_linemarker): Test for file left but not entered
+ here.
+ * line-map.c (linemap_add): Not here.
+
2016-03-21 Jakub Jelinek <jakub@redhat.com>
PR target/70296