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.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [appendix-a/] [a.6.2.f90] - Blame information for rev 551

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
 
3
        SUBROUTINE WORK(I, J)
4
        INTEGER I,J
5
        END SUBROUTINE WORK
6
 
7
        SUBROUTINE A6_WRONG
8
        INTEGER I, J
9
        DO 100 I = 1,10
10
!$OMP DO
11
        DO 100 J = 1,10
12
        CALL WORK(I,J)
13
        100      CONTINUE
14
!$OMP ENDDO     ! { dg-error "Unexpected ..OMP END DO statement" }
15
        END SUBROUTINE A6_WRONG

powered by: WebSVN 2.1.0

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