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
/
eoshift.f90
blob
ae7643bfd8f86c4819b3a8889c744d61c372e6e8
1
! { dg-do run }
2
! PR 18958: We used to segfault for eoshifting off the end of an array.
3
program
main
4
character
(
len
=
20
)
line
5
write
(
line
,
'(2I4)'
)
eoshift
((/
1
,
3
/),
3
)
6
end program
main