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
/
ishft_2.f90
blob
6c5bd6f2b313ee965d975cd2251b79b9a62054dc
1
! { dg-do run }
2
program
ishft_2
3
if
(
ishftc
(
3
,
2
,
3
) /=
5
)
STOP
1
4
if
(
ishftc
(
256
+
3
,
2
,
3
) /=
256
+
5
)
STOP
2
5
if
(
ishftc
(
1_4
,
31
)+
1
/= -
huge
(
1_4
) )
STOP
3
6
end program