OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* g++.dg/ext/visibility/template10.C: Fix typo.
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
gfortran.dg
/
guality
/
pr41558.f90
1
! PR debug/41558
2
! { dg-do run }
3
! { dg-options "-g" }
4
5
subroutine f (s)
6
character(len=3) :: s
7
write (*,*), s ! { dg-final { gdb-test 7 "s" "'foo'" } }
8
end
9
call f ('foo')
10
end