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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
associated_7.f90
blob
bc56f84c85805ac86750dab2417af0f5d59a54ef
1
! { dg-do compile }
2
!
3
! PR 55692: ICE on incorrect use of ASSOCIATED function
4
!
5
! Contributed by Gilbert Scott <gilbert.scott@easynet.co.uk>
6
7
INTEGER
,
POINTER
::
P1
,
P2
8
PRINT
*,
ASSOCIATED
([
P1
,
P2
])
! { dg-error "must be a POINTER" }
9
END