aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index cad3da8..09b5b9c 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,10 @@
+2023-12-13 Jakub Jelinek <jakub@redhat.com>
+
+ PR preprocessor/112956
+ * lex.cc (_cpp_lex_direct): Initialize c to 0.
+ For CPP_PRAGMA_EOL tokens and if c == 0 also for CPP_EOF
+ set result->src_loc to highest locus.
+
2023-11-28 Lewis Hyatt <lhyatt@gmail.com>
PR preprocessor/112701