This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 299a8e2dc66 aarch64: Update fp8 dependencies new 0d2a5f3cb71 c++: change implementation of -frange-for-ext-temps [PR118574] new 556248d7d2c c++: don't default -frange-for-ext-temps in -std=gnu++20 [P [...]
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/c-family/c-opts.cc | 17 +--- gcc/cp/call.cc | 117 ++++++++++++++++++++++++--- gcc/cp/decl.cc | 5 -- gcc/cp/parser.cc | 23 +----- gcc/cp/pt.cc | 22 ----- gcc/cp/semantics.cc | 13 --- gcc/doc/invoke.texi | 5 +- gcc/testsuite/g++.dg/coroutines/range-for1.C | 69 ++++++++++++++++ gcc/testsuite/g++.dg/cpp23/range-for3.C | 4 +- gcc/testsuite/g++.dg/cpp23/range-for4.C | 4 +- libgomp/testsuite/libgomp.c++/range-for-4.C | 2 +- 11 files changed, 190 insertions(+), 91 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/range-for1.C