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.6.f90] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
! { dg-require-effective-target tls_native }
SUBROUTINE A22_6_GOOD()
COMMON /T/ A
!$OMP THREADPRIVATE(/T/)
CONTAINS
SUBROUTINE A22_6S_GOOD()
COMMON /T/ A
!$OMP THREADPRIVATE(/T/)
!$OMP PARALLEL COPYIN(/T/)
!$OMP END PARALLEL
END SUBROUTINE A22_6S_GOOD
END SUBROUTINE A22_6_GOOD
Go to most recent revision | Compare with Previous | Blame | View Log