3 ! PR 60234: [4.9 Regression] [OOP] ICE in generate_finalization_wrapper at fortran/class.c:1883
5 ! Contribued by Antony Lewis <antony@cosmologist.info>
15 Type, extends(TObjectList
):: TRealCompareList
20 subroutine finalize(L
)
21 Type(TObjectList
) :: L
25 integer function CompareReal(this
)
26 Class(TRealCompareList
) :: this
31 ! { dg-final { cleanup-modules "ObjectLists" } }