repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
g77
/
1832.f
blob
1d2ad92add46a2a522e7d59f89d30fc83528b7c1
1
c { dg-do run }
2
character*5 string
3
write
(
string
, *)
"a "
4
if
(
string
.
ne
.
' a'
)
call
abort
5
C-- The leading space is normal for list-directed output
6
7
end