summaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2025-06-11 00:19:51 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2025-06-11 00:19:51 +0000
commit2c3ce07c568037a085bfcc438e2e823060980225 (patch)
treed9fe6bc7da23cc9e6c747c0d6ba527c250c6b5f6 /libcpp/ChangeLog
parentcb1d203445c923aa64bca01b0ffb6d3d16a82130 (diff)
Daily bump.
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index eef6ec7a48c..8c107183b05 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,12 @@
+2025-06-11 David Malcolm <dmalcolm@redhat.com>
+
+ PR other/116792
+ * include/line-map.h (typedef expanded_location): Convert to...
+ (struct expanded_location): ...this.
+ (operator==): New decl, for expanded_location.
+ (operator!=): Likewise.
+ * line-map.cc (operator==): New decl, for expanded_location.
+
2025-05-07 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/108900