https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86626
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86626
--- Comment #4 from G. Steinmetz ---
Exploring variations of the last print statement in z1.f90,
where "fun" is the interface and "f" is the function/procedure :
z1: print *, len(g(['abc'], '_'//fun(['xyz']))) ! ICE
z2: print *, g(['abc']
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86626
G. Steinmetz changed:
What|Removed |Added
CC||gs...@t-online.de
--- Comment #3 from G.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86626
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Summ