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
/
pr69055.f90
blob
48b34424608991b7ba0fca21a939eb2f98e231f9
1
! { dg-do compile }
2
! { dg-options "-fsanitize=float-cast-overflow" }
3
4
subroutine
pr69055
5
implicit none
6
integer
::
n
7
real
(
8
) ::
b
8
b
=
huge
(
1.0
D0
)
9
n
=
b
10
end subroutine
pr69055