URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [omp_threadprivate2.f90] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
! { dg-require-effective-target tls }
subroutine bad1
double precision :: d ! { dg-error "isn't SAVEd" }
!$omp threadprivate (d)
end subroutine bad1
Go to most recent revision | Compare with Previous | Blame | View Log