[Bug middle-end/94449] [10 Regression] FAIL: gcc.c-torture/execute/pr92904.c gcc.dg/torture/pr48731.c

linkw at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Apr 2 02:28:57 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94449

--- Comment #10 from Kewen Lin <linkw at gcc dot gnu.org> ---
(In reply to H.J. Lu from comment #9)
> (In reply to Kewen Lin from comment #8)
> > May I ask for the configuration option? 
> > 
> > I used x86_64 machine in CFarm with cpuinfo
> > 
> 
> I used
> 
> --prefix=/usr/10.0.1 --enable-clocale=gnu --with-system-zlib --enable-shared
> --enable-cet --with-demangler-in-ld --with-fpmath=sse

Thanks, but it didn't work on my side. I guessed it's due to different native.

gcc -march=native -Q --help=target|grep march
  -march=                               corei7-avx

$ ./t.sh -march=znver2
internal compiler error: verify_ssa failed

$ ./t.sh -march=icelake-server
internal compiler error: verify_ssa failed

$ ./t.sh -march=corei7-avx  ==> works fine.

I guess I can't just specify the arch option like --with-arch=znver2 for
configure, since native arch probably misses the support of some instructions
for znver2? I have no idea on x86 arch, is it possible?


More information about the Gcc-bugs mailing list