[Bug fortran/82904] [11/12/13/14/15 Regression][Coarray] ICE in make_ssa_name_fn, at tree-ssanames.c:261
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jul 9 12:50:25 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82904
--- Comment #15 from Richard Biener <rguenth at gcc dot gnu.org> ---
The issue isn't fixed I think but we now have
_F.y = 0;
D.4364 = (bitsizetype) (sizetype) NON_LVALUE_EXPR <_F.y> * 8;
D.4365 = (sizetype) NON_LVALUE_EXPR <_F.y>;
{
and that _F mention on the LHS might "save" you (aka you are lucky).
More information about the Gcc-bugs
mailing list