This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7db94370a74 build: Remove HAVE_LD_EH_FRAME_CIEV3 new 26baa2c09b3 c++: Fix up regressions caused by for/while loops with decl [...]
The 1 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/c-family/c-common.h | 6 +- gcc/c-family/c-gimplify.cc | 41 ++++------- gcc/cp/constexpr.cc | 97 ++++++++++++++++++++++++-- gcc/cp/semantics.cc | 128 +++++++++++++++++++++++++--------- gcc/testsuite/g++.dg/cpp26/decomp12.C | 46 ++++++++++++ gcc/testsuite/g++.dg/expr/for9.C | 25 +++++++ gcc/tree-iterator.cc | 22 ++++++ gcc/tree-iterator.h | 1 + 8 files changed, 297 insertions(+), 69 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp12.C create mode 100644 gcc/testsuite/g++.dg/expr/for9.C