This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ipa/81214] GCC target_clone support does not work for global functions with no references
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 01 Jul 2017 10:39:03 +0000
- Subject: [Bug ipa/81214] GCC target_clone support does not work for global functions with no references
- Auto-submitted: auto-generated
- References: <bug-81214-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214
--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
At revision r249851 I see the following regression on darwin
FAIL: gcc.target/i386/mvc6.c (test for excess errors)
UNRESOLVED: gcc.target/i386/mvc6.c scan-assembler punpcklbw
UNRESOLVED: gcc.target/i386/mvc6.c scan-assembler vpshufb
% gcc8 -c -O3 /opt/gcc/_clean/gcc/testsuite/gcc.target/i386/mvc6.c
/opt/gcc/_clean/gcc/testsuite/gcc.target/i386/mvc6.c:8:1: error: the call
requires ifunc, which is not supported by this target
foo(char *in, char *out, int size)
^~~
I suspect this to be caused by revision r249840.