[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966
manu at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Sep 13 20:16:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-09-13
CC| |manu at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #2 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
check_conflict is sometimes called with name = NULL and that is passed to %qs
causing a crash.
More information about the Gcc-bugs
mailing list