Daily bump.

This commit is contained in:
GCC Administrator
2020-07-29 00:16:24 +00:00
parent cbf10ac51c
commit 7ebb7d0ce1
6 changed files with 146 additions and 1 deletions

View File

@@ -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.