Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
flang
/
test
/
Semantics
/
declarations08.f90
blob: bd14131b33c28666729ef593d9a5a13fa39beb72 [
file
]
!
RUN
:
%
python
%
S
/
test_errors
.
py
%
s
%
flang_fc1
pointer
(
p
,
x
)
!
ERROR
:
Cray
pointee
'y'
may
not
be a member of an EQUIVALENCE
group
pointer
(
p
,
y
)
!
ERROR
:
Cray
pointee
'x'
may
not
be a member of a COMMON block
common x
equivalence
(
y
,
z
)
end