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
* cfghooks.c (verify_flow_info): Disable check that all probabilities
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
nearest_4.f90
blob
51ee35f9a8fb16d86194290f524cc32b4ab6d8d3
1
! { dg-do compile }
2
! PR33296 nearest(huge(1.0),1.0) gives an error
3
real
x
4
x
=
nearest
(-
huge
(
1.0
),-
1.0
)
5
print
*,
x
6
end