This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9af3e7f6b40 C++: avoid partial duplicate implementation of cp_parser_error new fa9132f49be PR c/82301 - Updated test case g++.dg/ext/attr-ifunc-1.C (a [...]
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/ChangeLog | 10 ++ gcc/cgraphunit.c | 149 ++++++++++++++++----------- gcc/common.opt | 4 + gcc/doc/extend.texi | 49 ++++++++- gcc/doc/invoke.texi | 5 + gcc/testsuite/ChangeLog | 16 +++ gcc/testsuite/g++.dg/ext/attr-ifunc-1.C | 34 ++++-- gcc/testsuite/g++.dg/ext/attr-ifunc-2.C | 12 ++- gcc/testsuite/g++.dg/ext/attr-ifunc-3.C | 23 +++-- gcc/testsuite/g++.dg/ext/attr-ifunc-4.C | 12 ++- gcc/testsuite/g++.dg/ext/attr-ifunc-5.C | 45 +++++++- gcc/testsuite/g++.old-deja/g++.abi/vtable2.C | 2 +- gcc/testsuite/gcc.dg/pr81854.c | 29 +++--- gcc/testsuite/lib/target-supports.exp | 4 +- 14 files changed, 282 insertions(+), 112 deletions(-)