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
PR middle-end/77674
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
fmt_t_8.f90
blob
d56d19bb364871d7006c5e383defe2e5d96f4960
1
! { dg-do run }
2
! PR52251 Tabs with advance = 'no'
3
write
( *,
'( t25 )'
,
advance
=
'no'
)
4
write
( *,
'( "hello" )'
)
! { dg-output " hello(\n|\r\n|\r)" }
5
end
6