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
ieee_9.f90: XFAIL on arm*-*-gnueabi[hf].
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pointer_assign_3.f90
blob
432d59fffe99b42931cba18fc3026cfeeb8d0f82
1
! { dg-do compile }
2
! PR32360 Won't compile 'data ptr1 /null ()/' when ptr1 has pointer attribute.
3
integer
,
pointer
::
ptr1
4
data
ptr1
/
NULL
()/
5
end
6