Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gfortran.dg / proc_ptr_comp_38.f90
blob2a71ca052cddebde5c88c6353dd509df37ec3095
1 ! { dg-do compile }
3 ! PR fortran/58803
5 ! Contributed by Vittorio Zecca
7 ! Was before ICEing due to a double free
9 type t
10 procedure(real), pointer, nopass :: f1, f2
11 end type
12 end