[Bug fortran/54668] [ICE] with ALLOCATE statement in which the value and rank is determined by reference to another object
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Sat Sep 22 12:40:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54668
--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-09-22 12:40:00 UTC ---
As a duplicate of pr45440, a work around is (see pr45440#c4):
allocate(b(3), source=a)
More information about the Gcc-bugs
mailing list