summaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-12-09 00:17:22 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-12-09 00:17:22 +0000
commita41b1a001cb3b55975ed0316ca2041f4d8c20eb8 (patch)
treee5a5337dfa2c028f277d01431e311f0b51c90561 /libcpp
parentd9cdc500c1e86b1218a24d1e8469930f000528d0 (diff)
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 2345614fc69..a6aff265057 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,21 @@
+2024-12-08 Lewis Hyatt <lhyatt@gmail.com>
+
+ * include/cpplib.h (struct cpp_token): Adjust comment about the
+ struct size.
+ * include/line-map.h (location_t): Change typedef from 32-bit to 64-bit
+ integer.
+ (LINE_MAP_MAX_COLUMN_NUMBER): Increase size to be appropriate for
+ 64-bit location_t.
+ (LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES): Likewise.
+ (LINE_MAP_MAX_LOCATION_WITH_COLS): Likewise.
+ (LINE_MAP_MAX_LOCATION): Likewise.
+ (MAX_LOCATION_T): Likewise.
+ (line_map_suggested_range_bits): Likewise.
+ (struct line_map): Adjust comment about the struct size.
+ (struct line_map_macro): Likewise.
+ (struct line_map_ordinary): Likewise. Rearrange fields to optimize
+ padding.
+
2024-12-06 Jakub Jelinek <jakub@redhat.com>
* files.cc (finish_embed): Use CPP_EMBED even for C++.