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).

Reply via email to