* gfortran.dg/integer_exponentiation_3.F90: Use approx. check.
From-SVN: r125510
This commit is contained in:
parent
8024d75e65
commit
b167b47517
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user