This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fa03e49399a Avoid mult pattern if that will break reduction constraints new cc85998ba79 c++: Fix ICE with parameter uses in expansion stmts [PR121575] new cddae3e175d c++: Fix auto return type deduction with expansion statemen [...]
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/pt.cc | 5 +++ gcc/cp/semantics.cc | 2 +- gcc/testsuite/g++.dg/cpp26/expansion-stmt20.C | 59 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp26/expansion-stmt23.C | 17 ++++++++ gcc/testsuite/g++.dg/cpp26/expansion-stmt24.C | 10 +++++ 5 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp26/expansion-stmt20.C create mode 100644 gcc/testsuite/g++.dg/cpp26/expansion-stmt23.C create mode 100644 gcc/testsuite/g++.dg/cpp26/expansion-stmt24.C