summaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2025-05-08 00:16:47 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2025-05-08 00:16:47 +0000
commit5b2b7bc15d33eb2a799f68faafeb2613f2eea8c7 (patch)
tree8183399f08c4558d51429011970a33d261a9fb7e /libcpp
parent49c44911df72f55e2004ffa9f5eb362de29ca188 (diff)
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 9a5208c2771..eef6ec7a48c 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,16 @@
+2025-05-07 Jakub Jelinek <jakub@redhat.com>
+
+ PR preprocessor/108900
+ PR preprocessor/116047
+ PR preprocessor/120061
+ * files.cc (_cpp_stack_file): Revert 2025-03-28 change.
+ * line-map.cc (linemap_add): Use
+ SOURCE_LINE (from, linemap_included_from (map - 1)) + 1; instead of
+ SOURCE_LINE (from, from[1].start_location); to compute to_line
+ for LC_LEAVE. For LC_ENTER included_from computation, look at
+ map[-2] or even lower if map[-1] has the same start_location as
+ map[0].
+
2025-04-28 Lewis Hyatt <lhyatt@gmail.com>
PR c/118838