This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2d4b7b983c7 tree-optimization/121638 - missed SLP discovery of live induction new 52c29a6a9da c++: Check for *jump_target earlier in cxx_bind_parameters_ [...] new 05baaa6feb9 c++: Implement C++ CWG3048 - Empty destructuring expansion [...]
The 2 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 | 4 ++-- gcc/cp/pt.cc | 10 +++------- gcc/testsuite/g++.dg/cpp26/constexpr-eh16.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp26/expansion-stmt15.C | 4 ++-- gcc/testsuite/g++.dg/cpp26/expansion-stmt21.C | 24 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp26/expansion-stmt22.C | 16 ++++++++++++++++ 6 files changed, 66 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp26/constexpr-eh16.C create mode 100644 gcc/testsuite/g++.dg/cpp26/expansion-stmt21.C create mode 100644 gcc/testsuite/g++.dg/cpp26/expansion-stmt22.C