This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 86b743d9dab [gcc] new a0c6c7c1e1f PR c/81854 - weak alias of an incompatible symbol accepted
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 | 6 +++ gcc/cgraphunit.c | 67 ++++++++++++++++++++++++++-- gcc/testsuite/ChangeLog | 12 +++++ gcc/testsuite/g++.dg/ext/attr-ifunc-1.C | 30 ++++++++----- gcc/testsuite/g++.dg/ext/attr-ifunc-2.C | 13 +++--- gcc/testsuite/g++.dg/ext/attr-ifunc-3.C | 13 +++--- gcc/testsuite/g++.dg/ext/attr-ifunc-4.C | 13 +++--- gcc/testsuite/g++.dg/ext/attr-ifunc-5.C | 29 ++++++++++++ gcc/testsuite/g++.old-deja/g++.abi/vtable2.C | 5 ++- gcc/testsuite/gcc.dg/attr-ifunc-1.c | 8 ++-- gcc/testsuite/gcc.dg/pr81854.c | 63 ++++++++++++++++++++++++++ 11 files changed, 221 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/attr-ifunc-5.C create mode 100644 gcc/testsuite/gcc.dg/pr81854.c