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/] [omp_threadprivate1.f90] - Blame information for rev 427

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-require-effective-target tls_native }
2
      module omp_threadprivate1
3
        common /T/ a
4
      end module omp_threadprivate1
5
      subroutine bad1
6
        use omp_threadprivate1
7
!$omp threadprivate (/T/)       ! { dg-error "not found" }
8
      end subroutine bad1
9
      subroutine bad2
10
        common /S/ b
11
!$omp threadprivate (/S/)
12
      contains
13
        subroutine bad3
14
!$omp parallel copyin (/T/)     ! { dg-error "not found" }
15
!$omp end parallel              ! { dg-error "" }
16
        end subroutine bad3
17
      end subroutine bad2
18
! { dg-final { cleanup-modules "omp_threadprivate1" } }

powered by: WebSVN 2.1.0

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