[Bug c++/48875] Segmentation fault in maybe_clone_body with -fsyntax-only
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu May 5 11:31:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48875
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.05.05 10:35:35
CC| |hubicka at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-05-05 10:35:35 UTC ---
Confirmed. I think similar to the caller maybe_clone_body should guard
output related stuff with !flag_synatx_only.
More information about the Gcc-bugs
mailing list