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
hppa64: Fix fmt_f_default_field_width_3.f90 and fmt_g_default_field_width_3.f90
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
t_editing.f
blob
7f87615162674a37b001db9610dcd210c6b730b9
1
! {
dg
-
do
run
}
2
!
PR25349 Check T editing
.
Test case from PR submitted by Thomas Koenig
3
!
Contributed by Jerry DeLisle
<
jvdelisle@gcc
.
gnu
.
org
>
4
program
main
5
character
(
len
=
10
)
line
6
write
(
line
,
'(1X,A,T1,A)'
)
'A'
,
'B'
7
if
(
line
.
ne
.
'BA'
)
STOP
1
8
end