Commit d1aa35ae by Steven G. Kargl Committed by Steven G. Kargl

* gfortran.dg/subnormal_1.f90: new test.

From-SVN: r100300
parent cd66d1a1
2005-05-28 Steven G. Kargl <kargls@comcast.net>
* gfortran.dg/subnormal_1.f90: New test.
2005-05-28 Jan Hubicka <jh@suse.cz>
* tree-prof.exp: Fix comment.
......
! { dg-do run }
! { dg-options "-Wno-underflow" }
! Check that the chopping of bits of subnormal numbers works.
!
program chop
real x
x = 1.
if (tiny(x)/2. /= tiny(x)/2. - (nearest(tiny(x),1.) - tiny(x))/2.) then
call abort
end if
end program chop
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment