URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [omp_threadprivate1.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-require-effective-target tls }module omp_threadprivate1common /T/ aend module omp_threadprivate1subroutine bad1use omp_threadprivate1!$omp threadprivate (/T/) ! { dg-error "not found" }end subroutine bad1subroutine bad2common /S/ b!$omp threadprivate (/S/)containssubroutine bad3!$omp parallel copyin (/T/) ! { dg-error "not found" }!$omp end parallel ! { dg-error "" }end subroutine bad3end subroutine bad2! { dg-final { cleanup-modules "omp_threadprivate1" } }
