diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-11-28 00:19:41 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-11-28 00:19:41 +0000 |
commit | 7a656d7461c226eab1255cb5f76086bbe9e41a66 (patch) | |
tree | eb08e0aff8b1635569e3d2268763b3af1e131ed4 /libcpp/ChangeLog | |
parent | 1046c32de4956c3d706a2ff8683582fd21b8f360 (diff) | |
download | gcc-7a656d7461c226eab1255cb5f76086bbe9e41a66.zip gcc-7a656d7461c226eab1255cb5f76086bbe9e41a66.tar.gz gcc-7a656d7461c226eab1255cb5f76086bbe9e41a66.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index f479a01..e15f63d 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2024-11-27 Jason Merrill <jason@redhat.com> + + * files.cc (_cpp_stack_file): Handle -include of header unit more + specially. + 2024-11-23 Lewis Hyatt <lhyatt@gmail.com> PR preprocessor/117118 |