URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [appendix-a/] [a.23.3.f90] - Rev 827
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
SUBROUTINE A23_3_GOOD()
COMMON /C/ X,Y
!$OMP PARALLEL PRIVATE (/C/)
! do work here
!$OMP END PARALLEL
!$OMP PARALLEL SHARED (/C/)
! do work here
!$OMP END PARALLEL
END SUBROUTINE A23_3_GOOD
Go to most recent revision | Compare with Previous | Blame | View Log