[Bug fortran/92931] gfortran compiler errors

kargl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Dec 13 15:16:00 GMT 2019


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

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2019-12-13
     Ever confirmed|0                           |1

--- Comment #2 from kargl at gcc dot gnu.org ---
With the minimum fixes needed to make this Fortran.

implicit none
integer(8) lisf(17)
nn=3
lisf=[1,1,2,(0,i=4,4*nn+5)] 
print '(20(I0,1X))', lisf
end

% gfcx -o z -Wall a.f90
% ./z
1 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Looks like pilot error.


More information about the Gcc-bugs mailing list