OpenCores
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.4.f90] - Blame information for rev 827

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
! { dg-do compile }
2
 
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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.