[Bug c/63803] When GCC 4.9.2 compile with option -O2, the target is error.

glisse at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 10 11:36:00 GMT 2014


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

--- Comment #6 from Marc Glisse <glisse at gcc dot gnu.org> ---
If dereferencing 0 is ok on your platform, you need at least
-fno-delete-null-pointer-checks. I don't know if the isolate pass checks that
flag though (it probably should).



More information about the Gcc-bugs mailing list