diff options
| author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-03-01 13:04:00 +0000 |
|---|---|---|
| committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-03-01 13:04:00 +0000 |
| commit | 89c4a0b1958305b92c90a9b3ebde5db16eb67e20 (patch) | |
| tree | 2fe8f5704609300f3014485098a1699b98b282fe /libcpp | |
| parent | 8c15a6cefa0d1f8ec12701af1f528f473c33ff6b (diff) | |
Daily bump.
Diffstat (limited to 'libcpp')
| -rw-r--r-- | libcpp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index f21855c769c..ead01f8a74c 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,12 @@ +2025-02-28 Jakub Jelinek <jakub@redhat.com> + + * include/cpplib.h (enum cpp_warning_reason): Add + CPP_W_CXX26_EXTENSIONS enumerator. + * init.cc (lang_defaults): Set embed for GNUCXX26 and CXX26. + * directives.cc (do_embed): Adjust pedwarn wording for embed in C++, + use cpp_pedwarning instead of cpp_error and add CPP_W_C11_C23_COMPAT + warning of cpp_pedwarning hasn't diagnosed anything. + 2024-12-24 Lewis Hyatt <lhyatt@gmail.com> * macro.cc (tokens_buff_new): Fix length argument to XNEWVEC. |
