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
/
pr41043.f90
blob
fab428b4d2029e97b6ab49117878e317da7e167d
1
! { dg-do compile }
2
! { dg-options "-O2" }
3
subroutine
foo
4
implicit none
5
6
integer
::
i
7
8
call
gee_i
(
int
(
i
**
huge
(
0_8
),
kind
=
kind
(
i
)))
9
10
end subroutine
foo
11