repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
gomp
/
appendix-a
/
a.22.4.f90
blob
f769fc18f3e79aaf8641412ca18a533769beed33
1
! { dg-do compile }
2
! { dg-require-effective-target tls }
3
4
MODULE
A22_MODULE
5
COMMON
/
T
/
A
6
END MODULE
A22_MODULE
7
SUBROUTINE
A22_4_WRONG
()
8
USE
A22_MODULE
9
!$OMP THREADPRIVATE(/T/) ! { dg-error "COMMON block" }
10
!non-conforming because /T/ not declared in A22_4_WRONG
11
END SUBROUTINE
A22_4_WRONG