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.33.1.f90] - Rev 302
Compare with Previous | Blame | View Log
! { dg-do compile }! { dg-require-effective-target tls_native }SUBROUTINE INIT(A,B)REAL A, BCOMMON /XY/ X,Y!$OMP THREADPRIVATE (/XY/)!$OMP SINGLEREAD (11) A,B,X,Y!$OMP END SINGLE COPYPRIVATE (A,B,/XY/)END SUBROUTINE INIT
