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

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #1 from kargl at gcc dot gnu.org ---
(In reply to dan hayes from comment #0)
> Created attachment 47488 [details]
> .o file
> 
> integer8 lisf(17),i8
> nn=3
> lisf=[1,1,2,(0,i=4,4*nn+5)] 
> print,lisf
> end
> 

This is not the code you tested as it is not Fortran.

gfcx -o z a.f90
a.f90:1:8:

    1 | integer8 lisf(17),i8
      |        1
Error: Malformed type-spec at (1)
a.f90:3:0:

    3 | lisf=[1,1,2,(0,i=4,4*nn+5)]
      | 
Error: Incompatible ranks 0 and 1 in assignment at (1)

Reply via email to