[Bug target/119208] internal compiler error: in extract_constrain_insn, at recog.cc:2783
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 12 05:48:32 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119208
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #3)
> (In reply to Heinrich Schuchardt from comment #2)
> >
> > $ gcc test.c -o test && ./test
> > 0x7fffc7f5404c
> > 0x7fffc7f5404c
> >
> > How did you reproduce the error with your reduced code?
>
> It only ICEs with --enable-checking=yes as recorded in the keyword
> "ice-checking".
And it ICEs with `-fchecking` option passed to gcc for GCC compiled without
that option (up to GCC 6 which added the -fchecking option).
More information about the Gcc-bugs
mailing list