* gfortran.dg/integer_exponentiation_3.F90: Use approx. check.

From-SVN: r125510
This commit is contained in:
Steve Ellcey 2007-06-06 23:11:06 +00:00 committed by Steve Ellcey
parent 8024d75e65
commit b167b47517
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-06-06 Steve Ellcey <sje@cup.hp.com>
* gfortran.dg/integer_exponentiation_3.F90: Use approx. check.
2007-06-06 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
PR testsuite/25241

View File

@ -175,7 +175,7 @@ program test
TEST((1.0,0.2),0,c4)
TEST((1.0,0.2),1,c4)
TEST((1.0,0.2),2,c4)
TEST((1.0,0.2),9,c4)
ATEST((1.0,0.2),9,c4)
ATEST((1.0,0.2),-1,c4)
ATEST((1.0,0.2),-2,c4)
ATEST((1.0,0.2),-9,c4)
@ -183,7 +183,7 @@ program test
TEST((0.0,0.2),0,c4)
TEST((0.0,0.2),1,c4)
TEST((0.0,0.2),2,c4)
TEST((0.0,0.2),9,c4)
ATEST((0.0,0.2),9,c4)
ATEST((0.0,0.2),-1,c4)
ATEST((0.0,0.2),-2,c4)
ATEST((0.0,0.2),-9,c4)