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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
nullify_4.f90
blob
240110fabf815827747f00ece58df01a5deddf53
1
! { dg-do compile }
2
! PR fortran/40246
3
!
4
! Check error recovery; was crashing before.
5
!
6
implicit none
7
real
,
pointer
::
ptr
8
nullify
(
ptr
,
mesh
%
coarser
)
! { dg-error "Symbol 'mesh' at .1. has no IMPLICIT type" }
9
end