public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31471]  New: gfortran does not detect a labeled FORALL with an unlabeled END FORALL
@ 2007-04-04 16:36 michael dot a dot richmond at nasa dot gov
  2007-04-04 16:39 ` [Bug fortran/31471] " burnus at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2007-04-04 16:36 UTC (permalink / raw)
  To: gcc-bugs

In the following program FORALL is labeled and END FORALL is unlabeled, but
gfortran accepts it:

PROGRAM test200
DIMENSION j(2)
label:FORALL (i = 1:2)
  j(i) = 0
END FORALL
END PROGRAM test200


-- 
           Summary: gfortran does not detect a labeled FORALL with an
                    unlabeled END FORALL
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: michael dot a dot richmond at nasa dot gov


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


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

end of thread, other threads:[~2007-04-13 14:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-04 16:36 [Bug fortran/31471] New: gfortran does not detect a labeled FORALL with an unlabeled END FORALL michael dot a dot richmond at nasa dot gov
2007-04-04 16:39 ` [Bug fortran/31471] " burnus at gcc dot gnu dot org
2007-04-04 16:41 ` burnus at gcc dot gnu dot org
2007-04-07 15:49 ` tobi at gcc dot gnu dot org
2007-04-12 17:10 ` patchapp at dberlin dot org
2007-04-13 13:54 ` tobi at gcc dot gnu dot org
2007-04-13 14:18 ` tobi 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).