https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82268
Daniel Santos <daniel.santos at pobox dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel.santos at pobox dot com --- Comment #2 from Daniel Santos <daniel.santos at pobox dot com> --- Well crap. I wasn't aware of --with-arch and --with-cpu configure options. Could you modify gcc/testsuite/gcc.target/i386/pr82196-1.c and see if this works? --- a/gcc/testsuite/gcc.target/i386/pr82196-1.c +++ b/gcc/testsuite/gcc.target/i386/pr82196-1.c @@ -1,5 +1,5 @@ /* { dg-do compile { target lp64 } } */ -/* { dg-options "-msse -mcall-ms2sysv-xlogues -O2" } */ +/* { dg-options "-mno-avx -msse -mcall-ms2sysv-xlogues -O2" } */ /* { dg-final { scan-assembler "call.*__sse_savms64f?_12" } } */ /* { dg-final { scan-assembler "jmp.*__sse_resms64f?x_12" } } */ Also, it would be helpful if you can show me what the command line for the test was in the log file (prior to the FAILs). Thanks