URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [class_28.f03] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }!! PR 46344: [4.6 Regression] [OOP] ICE with allocatable CLASS components!! Contributed by Salvatore Filippone <sfilippone@uniroma2.it>module mtype t1end typetype t2class(t1), allocatable :: ccend typeclass(t2), allocatable :: smend module mmodule m2type t1end typetype t2class(t1), allocatable :: cend typetype(t1) :: wend module m2program puse mimplicit nonetype(t2), allocatable :: x(:)allocate(x(1))end program p! { dg-final { cleanup-modules "m m2" } }
