diff options
author | Bernd Schmidt <bernds@redhat.com> | 2016-03-25 10:15:39 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2016-03-25 10:15:39 -0600 |
commit | 3caf0ca1d3d1c6a65cd2437572992b9bc0a8d067 (patch) | |
tree | 9471bd17deccc2f59b0dbe6408240bdddda296b2 /libcpp/ChangeLog | |
parent | 634035b610977ac310cce45fe3b771ac2a3730d7 (diff) | |
download | gcc-3caf0ca1d3d1c6a65cd2437572992b9bc0a8d067.zip gcc-3caf0ca1d3d1c6a65cd2437572992b9bc0a8d067.tar.gz gcc-3caf0ca1d3d1c6a65cd2437572992b9bc0a8d067.tar.bz2 |
re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)
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.
From-SVN: r234481
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 2352b7d..49b6e71 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 |