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
Relocation (= move+destroy)
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
null_4.f90
blob
20cf6294c7cc57cfcdf3e7d336b1c7af65b0a818
1
! { dg-do run }
2
!
3
! PR fortran/42936
4
!
5
! Contributed by Mat Cross
6
!
7
PROGRAM
PASSES_NULL
8
CALL
SUB
(
NULL
())
9
CONTAINS
10
SUBROUTINE
SUB
(
I
)
11
INTEGER
,
POINTER
::
I
(:,:,:)
12
IF
(
ASSOCIATED
(
I
))
STOP
1
13
END SUBROUTINE
SUB
14
END PROGRAM
PASSES_NULL