OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [appendix-a/] [a.35.3.f90] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
 
3
      SUBROUTINE WRONG3(N)
4
      INTEGER N
5
        INTEGER I
6
!$OMP PARALLEL DEFAULT(SHARED)
7
!$OMP DO
8
          DO I = 1, N
9
               ! incorrect nesting of regions
10
!$OMP SINGLE   ! { dg-warning "may not be closely nested" }
11
               CALL WORK(I, 1)
12
!$OMP END SINGLE
13
          END DO
14
!$OMP END PARALLEL
15
      END SUBROUTINE WRONG3

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.