URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [derived_pointer_recursion.f90] - Rev 302
Compare with Previous | Blame | View Log
! { dg-do compile }! { dg-options "-O0" }! Tests patch for PR24092 - This would ICE because of the loop in the! derived type definitions.!module llotype :: itcharacter*10 :: kinteger :: c(2)end type ittype :: bttype (nt), pointer :: pend type bttype :: nttype (it) :: itype (bt) :: bend type nttype (bt), pointer :: ptrend module llo! copyright 1996 Loren P. Meissner -- May be distributed if this line is included.! Linked List operations with Pointer to Pointer! { dg-final { cleanup-modules "llo" } }
