This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 97ffef35532 testsuite: Fix up pr103456.c testcase [PR103456] new f7854b90897 Add TARGET_IFUNC_REF_LOCAL_OK
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/config/i386/i386-expand.c | 2 +- gcc/config/i386/i386-protos.h | 1 + gcc/config/i386/i386.c | 25 ++++++++++++++++++++++++- gcc/doc/tm.texi | 5 +++++ gcc/doc/tm.texi.in | 2 ++ gcc/target.def | 8 ++++++++ gcc/testsuite/gcc.target/i386/pr83782-1.c | 26 ++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr83782-2.c | 26 ++++++++++++++++++++++++++ gcc/varasm.c | 3 ++- 9 files changed, 95 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr83782-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr83782-2.c