[Bug target/86684] ICE in extract_insn, at recog.c:2304 on ppc64le

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 30 08:47:00 GMT 2018


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

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Segher Boessenkool from comment #3)
> I did try that.
> 
> Can you please give your config?  Some repro instructions, maybe on a given
> cfarm machine?

I used gcc14 machine. Download latest tarbal and:

$ ../configure --enable-languages=c,c++,fortran --disable-multilib
--prefix=/home/marxin/bin/gcc2 --disable-bootstrap --disable-libsanitizer
--target=ppc64le-linux-gnu
$ make -j8 all-host -k CFLAGS="-O0 -g" CXXFLAGS="-O0 -g"
$ ./xgcc -B.
/home/marxin//gcc/gcc-master/gcc/testsuite/gfortran.dg/bounds_check_19.f90

Should be visible. Thanks.


More information about the Gcc-bugs mailing list