aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-10-09 00:16:27 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-10-09 00:16:27 +0000
commitda9df699753d126e64d72c7ac0d0c0a552417b22 (patch)
treed96e083fbb0f7fb99e7e3bf9230d677080054f3c /libcpp
parent9158a4d2a6cd58d6bb591d5ce64e766b399e4aef (diff)
downloadgcc-da9df699753d126e64d72c7ac0d0c0a552417b22.zip
gcc-da9df699753d126e64d72c7ac0d0c0a552417b22.tar.gz
gcc-da9df699753d126e64d72c7ac0d0c0a552417b22.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index b6b6b18..1aa2764 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,15 @@
+2020-10-08 Nathan Sidwell <nathan@acm.org>
+
+ * internal.h (enum include_type): Rename IT_MAIN_INJECT to
+ IT_PRE_MAIN.
+ * init.c (cpp_read_main_file): If there is no line marker, adjust
+ the initial line marker.
+ (read_original_filename): Return bool, peek the buffer directly
+ before trying to tokenize.
+ (read_original_directory): Likewise. Directly prod the string
+ literal.
+ * files.c (_cpp_stack_file): Adjust for IT_PRE_MAIN change.
+
2020-09-26 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/97163