[Bug fortran/57096] Allocatable variable is not behaved as expected

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Sat Oct 21 00:09:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57096

--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
I get

 gA%next():           2
 gA%next():           4
 gA%next():           6

 gAp%next():           2
 gAp%next():           4
 gAp%next():           6

for 4.8 up to trunk (8.0).


More information about the Gcc-bugs mailing list