[Bug fortran/103779] ICE in gfc_convert_chartype, at fortran/intrinsic.c:5400
kargl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 22 23:25:48 GMT 2021
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103779
--- Comment #1 from kargl at gcc dot gnu.org ---
Created attachment 52047
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52047&action=edit
remove an assert() that causes an ICE in the face of invalid code
The attach patch removes an assert() and now has the
function 'return false' if sym == NULL. Invalid code
can cause this condition. See the bug report.
More information about the Gcc-bugs
mailing list