[Bug fortran/67564] Segfault on sourced allocattion statement with class(*) arrays
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Sun Sep 13 14:01:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67564
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-09-13
CC| |vehre at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed. I get the following ICE with 5.2 and older
allocate(a%x(2), source=['foo','bar'])
1
internal compiler error: Segmentation fault: 11
More information about the Gcc-bugs
mailing list