blob: 6531d826c576d8a77bfc59f89f062a7ca8200a4f [file] [log] [blame]
! { dg-do compile }
! { dg-require-effective-target tls }
SUBROUTINE A22_5_WRONG()
COMMON /T/ A
!$OMP THREADPRIVATE(/T/)
CONTAINS
SUBROUTINE A22_5S_WRONG()
!$OMP PARALLEL COPYIN(/T/) ! { dg-error "COMMON block" }
!non-conforming because /T/ not declared in A22_5S_WRONG
!$OMP END PARALLEL ! { dg-error "Unexpected" }
END SUBROUTINE A22_5S_WRONG
END SUBROUTINE A22_5_WRONG