Commit b2018c33 by Jerry DeLisle

re PR fortran/33296 (nearest(huge(1.0),1.0) gives an error)

2008-03-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR testsuite/33296
	gfortran.dg/nearest_4.f90: New test.

From-SVN: r133236
parent 66e58b33
2008-03-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR testsuite/33296
gfortran.dg/nearest_4.f90: New test.
2008-03-14 Richard Guenther <rguenther@suse.de>
PR tree-optimization/13761
! { dg-do compile }
! PR33296 nearest(huge(1.0),1.0) gives an error
real x
x = nearest(-huge(1.0),-1.0)
print *, x
end
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