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
Increase timeout factor for hppa*-*-* in gcc.dg/long_branch.c
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr85520.f90
blob
3e66a9020f8de016e50534be6929a6b5f805735c
1
! { dg-do run }
2
! PR fortran/85520
3
! Original code from Gerhard Steinmetz <gscfq at t-online dot de>
4
program
p
5
character
(-
huge
(
1
)) ::
c
=
' '
6
if
(
len
(
c
) /=
0
)
stop
1
7
end