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
/
unlimited_polymorphic_10.f90
blob
04518d6c941faa4f51bdc5f7a80094c8a91ab2c9
1
! { dg-do compile }
2
!
3
! PR fortran/58658
4
!
5
! Contributed by VladimÃr Fuka
6
!
7
subroutine
sub
(
a
)
8
class
(*),
allocatable
::
a
9
a
=>
null
()
! { dg-error "Non-POINTER in pointer association context \\(pointer assignment\\)" }
10
end subroutine