On darwin I get FAIL: gcc.target/i386/fentry-override.c (test for excess errors) UNRESOLVED: gcc.target/i386/fentry-override.c scan-assembler-not __fentry__ FAIL: gcc.target/i386/fentry.c (test for excess errors) UNRESOLVED: gcc.target/i386/fentry.c scan-assembler __fentry__
with -m32. The error is sorry, unimplemented: -mfentry isn't supported for 32-bit in combination with -fpic With -m64 I get FAIL: gcc.target/i386/fentry.c scan-assembler __fentry__ with no string 'entry' in the fentry.s file. TIA Dominique