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/] [parameter_array_init_5.f90] - Rev 302
Compare with Previous | Blame | View Log
! { dg-do run }!! PR fortran/41515! Contributed by ros@rzg.mpg.de.!! Before, the "parm' string array was never initialized.!Module BUG3containsSubroutine SRcharacter(3) :: parm(5)character(20) :: strparameter(parm=(/'xo ','yo ','ag ','xr ','yr '/))str = 'XXXXXXXXXXXXXXXXXXXX'if(str /='XXXXXXXXXXXXXXXXXXXX') call abort()write(str,*) parmif(str /= ' xo yo ag xr yr') call abort()end subroutine SRend Module BUG3!program TESTuse bug3call srend program TEST! { dg-final { cleanup-modules "bug3" } }
