public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/14906] New: [gfortran] Run-time error on empty format
@ 2004-04-10 14:49 bdavis9659 at comcast dot net
  2004-04-10 15:56 ` [Bug libfortran/14906] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bdavis9659 at comcast dot net @ 2004-04-10 14:49 UTC (permalink / raw)
  To: gcc-bugs

$ cat b.f
! from NIST test FM406.FOR
         CHARACTER*10 A10VK
         A10VK = 'XXXXXXXXXX'
         WRITE(A10VK,39110)
39110    FORMAT()
         PRINT*,A10VK
         END
$ gfortran b.f
$ ./a.out
At line 4 of file b.f
Fortran runtime error: Unexpected element in format
()
 ^
$ g77 b.f
$ ./a.out
            
$ gfortran --version
GNU Fortran 95 (GCC 3.5-tree-ssa 20040410 (merged 20040331))

-- 
           Summary: [gfortran] Run-time error on empty format
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bdavis9659 at comcast dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-04-23  2:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-10 14:49 [Bug libfortran/14906] New: [gfortran] Run-time error on empty format bdavis9659 at comcast dot net
2004-04-10 15:56 ` [Bug libfortran/14906] " pinskia at gcc dot gnu dot org
2004-04-12  5:12 ` pinskia at gcc dot gnu dot org
2004-04-16  7:48 ` bdavis9659 at comcast dot net
2004-04-23  2:07 ` cvs-commit at gcc dot gnu dot org
2004-04-23  2:36 ` pinskia 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).