repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gfortran.dg
/
underflow.f90
blob
631fd5a43e171d788568f81327ea88d99ef31a81
1
! { dg-do compile }
2
program
a
3
real
x
4
x
=
tiny
(
x
) /
huge
(
x
)
! { dg-warning "Arithmetic underflow" "" }
5
end program
a