public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/46532] New: [OMP] missing error for loop bounds missing an attribute
@ 2010-11-18  6:21 Joost.VandeVondele at pci dot uzh.ch
  2010-11-18 12:58 ` [Bug fortran/46532] " burnus at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Joost.VandeVondele at pci dot uzh.ch @ 2010-11-18  6:21 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [OMP] missing error for loop bounds missing an
                    attribute
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: Joost.VandeVondele@pci.uzh.ch


IMPLICIT NONE
INTEGER :: i,n
!'i' is implicitly private, but an attribute must be specified for n
!$omp parallel do default(none)
DO i=1,n

ENDDO
END


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

end of thread, other threads:[~2023-04-08 18:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18  6:21 [Bug fortran/46532] New: [OMP] missing error for loop bounds missing an attribute Joost.VandeVondele at pci dot uzh.ch
2010-11-18 12:58 ` [Bug fortran/46532] " burnus at gcc dot gnu.org
2012-06-29 18:46 ` Joost.VandeVondele at mat dot ethz.ch
2023-04-08 18:53 ` anlauf at gcc dot gnu.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).