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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [appendix-a/] [a.22.5.f90] - Blame information for rev 316

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! { dg-require-effective-target tls_native }
3
 
4
      SUBROUTINE A22_5_WRONG()
5
        COMMON /T/ A
6
!$OMP THREADPRIVATE(/T/)
7
        CONTAINS
8
          SUBROUTINE A22_5S_WRONG()
9
!$OMP PARALLEL COPYIN(/T/)      ! { dg-error "COMMON block" }
10
      !non-conforming because /T/ not declared in A22_5S_WRONG
11
!$OMP END PARALLEL              ! { dg-error "Unexpected" }
12
          END SUBROUTINE A22_5S_WRONG
13
      END SUBROUTINE A22_5_WRONG

powered by: WebSVN 2.1.0

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