URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [char_component_initializer_1.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do run }! Check the fix for PR31487 in which the derived type default initializer! would be padded out with nulls instead of spaces.!! Reported by Harald Anlauf <anlauf@gmx.de>!program gfcbug62implicit nonecharacter(len=16) :: tdefi(2) = (/'0z1jan0000','1hr '/)type t_ctlcharacter(len=16) :: tdefi(2) = (/'0z1jan0000','1hr '/)end type t_ctltype(t_ctl) :: ctlinteger :: i,kif (tdefi(1) .ne. ctl%tdefi(1)) call abort ()end program gfcbug62
