OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [appendix-a/] [a.22.4.f90] - Rev 694

Compare with Previous | Blame | View Log

! { dg-do compile }
! { dg-require-effective-target tls }

      MODULE A22_MODULE
      COMMON /T/ A
      END MODULE A22_MODULE
      SUBROUTINE A22_4_WRONG()
        USE A22_MODULE
!$OMP THREADPRIVATE(/T/)        ! { dg-error "COMMON block" }
      !non-conforming because /T/ not declared in A22_4_WRONG
      END SUBROUTINE A22_4_WRONG
! { dg-final { cleanup-modules "A22_MODULE" } }

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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