* config.gcc: Remove MASK_JUMP_IN_DELAY from target_cpu_default2.
[official-gcc.git] / gcc / testsuite / gfortran.dg / guality / pr41558.f90
blob8a84de48a30699f9e3238116c522d5936fb7a421
1 ! PR debug/41558
2 ! { dg-do run }
3 ! { dg-skip-if "PR testsuite/51875" { { hppa*-*-hpux* } && { ! lp64 } } { "*" } { "" } }
4 ! { dg-options "-g" }
6 subroutine f (s)
7 character(len=3) :: s
8 write (*,*), s ! { dg-final { gdb-test 7 "s" "'foo'" } }
9 end
10 call f ('foo')
11 end