diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-06-12 00:18:21 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-06-12 00:18:21 +0000 |
commit | 7fa4b335b1ae6824893528eae56fb01ec15b6bc5 (patch) | |
tree | f867461b4d4f119dc28aba96147f0cba07f4ea1a /libcpp | |
parent | 1d496d2cd1d5d8751a1637abca89339d6f9ddd3b (diff) | |
download | gcc-7fa4b335b1ae6824893528eae56fb01ec15b6bc5.zip gcc-7fa4b335b1ae6824893528eae56fb01ec15b6bc5.tar.gz gcc-7fa4b335b1ae6824893528eae56fb01ec15b6bc5.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 6025ebf..c631ace 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2024-06-11 Joseph Myers <josmyers@redhat.com> + + * include/cpplib.h (CLK_GNUC2Y, CLK_STDC2Y): New. + * init.cc (lang_defaults): Add GNUC2Y and STDC2Y entries. + (cpp_init_builtins): Define __STDC_VERSION__ to 202500L for GNUC2Y + and STDC2Y. + 2024-06-07 Jason Merrill <jason@redhat.com> * files.cc (_cpp_stack_file): LC_ENTER for -include header unit. |