Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gfortran.dg / gomp / appendix-a / a.23.4.f90
blob8c6e2281d17ffba645780f06224f071c5130e000
1 ! { dg-do compile }
3 SUBROUTINE A23_4_WRONG()
4 COMMON /C/ X,Y
5 ! Incorrect because X is a constituent element of C
6 !$OMP PARALLEL PRIVATE(/C/), SHARED(X) ! { dg-error "Symbol 'x' present" }
7 ! do work here
8 !$OMP END PARALLEL
9 END SUBROUTINE A23_4_WRONG