diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-07-29 00:16:24 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-07-29 00:16:24 +0000 |
commit | 7ebb7d0ce1a11e5b1d2174798482d2bb7f307c82 (patch) | |
tree | f0172f0f676d955260e6db247ce866dc626c9ef9 /libcpp/ChangeLog | |
parent | cbf10ac51c0b889e930f260a3d1fb601332befdf (diff) | |
download | gcc-7ebb7d0ce1a11e5b1d2174798482d2bb7f307c82.zip gcc-7ebb7d0ce1a11e5b1d2174798482d2bb7f307c82.tar.gz gcc-7ebb7d0ce1a11e5b1d2174798482d2bb7f307c82.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 0a1892e..ddc0700 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,14 @@ +2020-07-28 Jakub Jelinek <jakub@redhat.com> + + PR preprocessor/96323 + * lex.c (lex_raw_string): For c == '\n' don't continue after reporting + an prefix delimiter error. + +2020-07-28 Nathan Sidwell <nathan@acm.org> + + * init.c (cpp_read_main_file): Always use the last map for + the return value. + 2020-07-20 Nathan Sidwell <nathan@acm.org> * line-map.c (linemap_add): Simplify column overflow calculation. |