diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-03-15 00:17:52 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-03-15 00:17:52 +0000 |
commit | c1f6690b821f06616d442d732b24473d91eca66a (patch) | |
tree | d9c1e793aa6961b36cc0a560f991b6c240b1a212 /libcpp | |
parent | efab88888c1b692ab080bcee99a6ef7ba6ee43ed (diff) | |
download | gcc-c1f6690b821f06616d442d732b24473d91eca66a.zip gcc-c1f6690b821f06616d442d732b24473d91eca66a.tar.gz gcc-c1f6690b821f06616d442d732b24473d91eca66a.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 3cbc8f9..879a573 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,19 @@ +2024-03-14 Lewis Hyatt <lhyatt@gmail.com> + + PR preprocessor/110558 + * macro.cc (builtin_has_include): Set + pfile->state.directive_wants_padding prior to lexing the + file name, in case it comes from macro expansion. + +2024-03-14 Lewis Hyatt <lhyatt@gmail.com> + + PR preprocessor/80755 + * files.cc (search_path_head): Add SUPPRESS_DIAGNOSTIC argument + defaulting to false. + (_cpp_has_header): Silently return false if the search path has been + exhausted, rather than issuing a diagnostic and then hitting an + assert. + 2024-02-22 Jakub Jelinek <jakub@redhat.com> PR c/114007 |