[Bug fortran/91862] [9/10 Regression] ICE in fold_convert_loc, at fold-const.c:2394
anlauf at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Apr 26 20:44:45 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91862
--- Comment #4 from anlauf at gcc dot gnu.org ---
Replacing
character(3) :: a(3) = 'abc'
by
character(3), parameter :: a(3) = 'abc' ! No ICE
also avoids the ICE.
More information about the Gcc-bugs
mailing list