diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-14 00:16:52 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-14 00:16:52 +0000 |
commit | d53c5bca736884ff53023e5a953932e5c65fa706 (patch) | |
tree | 95694a99430a36c22dcc970e8215e5f2a2b761f8 /gcc/cp/ChangeLog | |
parent | 4ffca9966a9c43cedafe56d3ef8033182290f25b (diff) | |
download | gcc-d53c5bca736884ff53023e5a953932e5c65fa706.zip gcc-d53c5bca736884ff53023e5a953932e5c65fa706.tar.gz gcc-d53c5bca736884ff53023e5a953932e5c65fa706.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 3fd441a..b82aab7 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,17 @@ +2024-09-13 Jason Merrill <jason@redhat.com> + + PR c++/116696 + * constexpr.cc (explain_invalid_constexpr_fn): When + -fimplicit-constexpr, also explain inline functions, and point out + non-inline functions. + +2024-09-13 Jakub Jelinek <jakub@redhat.com> + + PR c++/116678 + * optimize.cc: Include decl.h. + (maybe_thunk_body): Temporarily change deprecated_state to + UNAVAILABLE_DEPRECATED_SUPPRESS. + 2024-09-12 Jonathan Wakely <jwakely@redhat.com> PR c++/116673 |