diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-10-10 00:19:03 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-10-10 00:19:03 +0000 |
commit | e9a213810aa9b87c7c868c93d5a93f3c63e03a3c (patch) | |
tree | 768063ecc8fe8707976f406d2271795415599761 /libcpp | |
parent | d5d1189c12199db79f6feb5cfcc7e6475c3a4d91 (diff) | |
download | gcc-e9a213810aa9b87c7c868c93d5a93f3c63e03a3c.zip gcc-e9a213810aa9b87c7c868c93d5a93f3c63e03a3c.tar.gz gcc-e9a213810aa9b87c7c868c93d5a93f3c63e03a3c.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index b22e2bb..c026d9b 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,20 @@ +2024-10-09 Jason Merrill <jason@redhat.com> + + * macro.cc (_cpp_pop_context): Fix typo. + +2024-10-09 Ken Matsui <kmatsui@gcc.gnu.org> + + PR bootstrap/117039 + * directives.cc (do_pragma_once): Use ' instead of %< and %>. + +2024-10-09 Ken Matsui <kmatsui@gcc.gnu.org> + + PR preprocessor/89808 + * include/cpplib.h (cpp_warning_reason): Define + CPP_W_PRAGMA_ONCE_OUTSIDE_HEADER. + * directives.cc (do_pragma_once): Use + CPP_W_PRAGMA_ONCE_OUTSIDE_HEADER. + 2024-10-08 Jakub Jelinek <jakub@redhat.com> * makeucnid.cc (write_copyright): Update Unicode Copyright years. |