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.fortran-torture/] [execute/] [der_init_2.f90] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
! PR 15314! We were looking at the type of the initialization expression, not the type! of the field.program der_init_2implicit nonetype foointeger :: a(3) = 42integer :: b = 123end typetype (foo) :: vif ((v%b .ne. 123) .or. any (v%a .ne. 42)) call abort ();end program
Go to most recent revision | Compare with Previous | Blame | View Log
