[Bug fortran/77678] ICE in fold_read_from_constant_string, at fold-const.c:13706
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 22 07:32:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77678
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-invalid-code
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-09-22
CC| |marxin at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Confirmed, all releases I have (4.5.0+) are affected.
For the second example, we ICE in expansion of:
_1 = c[-12345678]{lb: 1 sz: 1};
where c:
static character(kind=1) c[1:3] = "abc";
More information about the Gcc-bugs
mailing list