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
Fix compilation failure with C++98 compilers
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
proc_ptr_comp_38.f90
blob
2a71ca052cddebde5c88c6353dd509df37ec3095
1
! { dg-do compile }
2
!
3
! PR fortran/58803
4
!
5
! Contributed by Vittorio Zecca
6
!
7
! Was before ICEing due to a double free
8
!
9
type
t
10
procedure
(
real
),
pointer
,
nopass
::
f1
,
f2
11
end type
12
end