[Bug fortran/41152] Spurious diagnostic "Extraneous characters in format"

burnus at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Aug 24 09:02:00 GMT 2009



------- Comment #1 from burnus at gcc dot gnu dot org  2009-08-24 09:02 -------
Also the following fixed-format format looks OK to me:

        WRITE (6,'(//'' icorr is not correctly transferred. icorr='',i5)
     &    ') 42
        END

But it produces:

        WRITE (6,'(//'' icorr is not correctly transferred. icorr='',i5)
                                                                      1
Warning: Extraneous characters in format at (1)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41152



More information about the Gcc-bugs mailing list