[Bug fortran/58225] In show_locus at fortran/error.c:391 pointer beyond end of line

tkoenig at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Sep 26 20:40:00 GMT 2017


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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Actually, the current message is:

ig25@linux-d6cw:/tmp> cat fmt.f90 
print '()j'
end
ig25@linux-d6cw:/tmp> gfortran fmt.f90 
fmt.f90:1:8:

 print '()j'
        1
Warnung: Überschüssige Zeichen im Format bei (1)

So, this is fixed.


More information about the Gcc-bugs mailing list