public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/41152]  New: Spurious diagnostic "Extraneous characters in format"
@ 2009-08-24  8:52 burnus at gcc dot gnu dot org
  2009-08-24  9:02 ` [Bug fortran/41152] " burnus at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: burnus at gcc dot gnu dot org @ 2009-08-24  8:52 UTC (permalink / raw)
  To: gcc-bugs

gfortran now warns for trailing characters in format statements. However, it
does not properly work as the following test case (extracted from FLEUR,
www.flapw.de) shows:

 7182 FORMAT (a3)
                      1
Warning: Extraneous characters in format at (1)

Due to committal:

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151021
Log:
2009-08-22      Bud Davis <bdavis9659@sbcglobal.net>

        PR fortran/28093
        * io.c : added variable to store original len of fmt
        * io.c (check_format): Consume H items using next_char
        in both modes to handle consecutive single quotes.
        Test for extra characters in fmt, issue warning.

Test case:
      SUBROUTINE rw_inp()
      CHARACTER(len=100) :: line

      READ(*,FMT="(4x,a)") line
 7182 FORMAT (a3)
 7130 FORMAT (i3)
      END SUBROUTINE rw_inp


-- 
           Summary: Spurious diagnostic "Extraneous characters in format"
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-08-27 12:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-24  8:52 [Bug fortran/41152] New: Spurious diagnostic "Extraneous characters in format" burnus at gcc dot gnu dot org
2009-08-24  9:02 ` [Bug fortran/41152] " burnus at gcc dot gnu dot org
2009-08-24 11:19 ` janus at gcc dot gnu dot org
2009-08-24 11:24 ` janus at gcc dot gnu dot org
2009-08-25  2:05 ` [Bug fortran/41152] [4.5 Regression] " bdavis at gcc dot gnu dot org
2009-08-25 15:52 ` jsm28 at gcc dot gnu dot org
2009-08-27 12:04 ` burnus at gcc dot gnu dot org
2009-08-27 12:06 ` burnus at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).