[Bug fortran/69395] ICE on declaring array with more than 7 dimensions+codimensions

gerhard.steinmetz.fortran@t-online.de gcc-bugzilla@gcc.gnu.org
Wed Jan 20 19:22:00 GMT 2016


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

--- Comment #1 from Gerhard Steinmetz <gerhard.steinmetz.fortran@t-online.de> ---
Whereas, detected with this declaration variant :

$ cat z2.f90
program p
   real :: z4d(2,2,2,2)[2,2,2,*]
end


$ gfortran -fcoarray=single z2.f90
z2.f90:2:30:

    real :: z4d(2,2,2,2)[2,2,2,*]
                              1

Error: Array specification at (1) has more than 7 dimensions


More information about the Gcc-bugs mailing list