diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-11-18 00:17:28 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-11-18 00:17:28 +0000 |
commit | 24da863403a173e336cb6723b8ee64bd6ee74e85 (patch) | |
tree | fbd866a12c57792fff72c401a9035660a51e8d64 /libcpp | |
parent | db348caef98b120262db91cab5f10713ce1570f3 (diff) | |
download | gcc-24da863403a173e336cb6723b8ee64bd6ee74e85.zip gcc-24da863403a173e336cb6723b8ee64bd6ee74e85.tar.gz gcc-24da863403a173e336cb6723b8ee64bd6ee74e85.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 59f63d6..c018bd4 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2024-11-17 Jason Merrill <jason@redhat.com> + + * internal.h (search_path_head): Declare. + * files.cc (search_path_head): No longer static. + * init.cc (cpp_read_main_file): Use it. + 2024-11-15 Jakub Jelinek <jakub@redhat.com> * expr.cc (interpret_float_suffix): Handle d64x and D64x |