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
Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git]
/
gcc-4_9
/
gcc
/
testsuite
/
gfortran.dg
/
proc_ptr_31.f90
blob
691c77d1d0b38f0641f9e390de9d68ceded0c133
1
! { dg-do compile }
2
!
3
! PR 49400: [F08] Proc-pointer declaration in BLOCK construct
4
!
5
! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
6
7
block
8
procedure
(
real
),
pointer
::
p
9
end
block
10
end