URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [class_array_8.f03] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do run }! PR43969 - class array implementation!! Contributed by Janus Weil <janus@gcc.gnu.org>!implicit nonetype indx_mapend typetype desc_typeclass(indx_map), allocatable :: indxmap(:)end typetype(desc_type) :: descif (allocated(desc%indxmap)) call abort()end
