This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 423d7b24e7c diagnostics: add dump methods to client_data_hooks and logi [...] new c91e508a52d c++: -Wmismatched-new-delete, -O0, new (nothrow) new b8af1b3a002 c++: improve constexpr clobber handling new 12975b8aa2d c++: clobber class new-expressions new 44e3e66a14a c++: tweak constexpr union diagnostic
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/cp/constexpr.cc | 86 +++++++++++++++++++--- gcc/cp/init.cc | 18 +++-- gcc/testsuite/g++.dg/analyzer/pr97116.C | 5 +- gcc/testsuite/g++.dg/cpp26/constexpr-new6.C | 17 +++++ gcc/testsuite/g++.dg/cpp26/constexpr-new6a.C | 17 +++++ gcc/testsuite/g++.dg/cpp2a/constexpr-98122.C | 2 +- gcc/testsuite/g++.dg/init/pr25811.C | 2 +- gcc/testsuite/g++.dg/warn/Warray-bounds-12.C | 6 +- gcc/testsuite/g++.dg/warn/Warray-bounds-13.C | 4 +- gcc/testsuite/g++.dg/warn/Warray-bounds-20.C | 4 +- .../g++.dg/warn/Wmismatched-new-delete-2.C | 3 +- 11 files changed, 134 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp26/constexpr-new6.C create mode 100644 gcc/testsuite/g++.dg/cpp26/constexpr-new6a.C