URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [guality/] [pr41558.f90] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
! PR debug/41558
! { dg-do run }
! { dg-skip-if "PR testsuite/51875" { { hppa*-*-hpux* } && { ! lp64 } } { "*" } { "" } }
! { dg-options "-g" }
subroutine f (s)
character(len=3) :: s
write (*,*), s ! { dg-final { gdb-test 7 "s" "'foo'" } }
end
call f ('foo')
end
Go to most recent revision | Compare with Previous | Blame | View Log