Commit fbf5a473 by Janis Johnson Committed by Janis Johnson

* gfortran.dg/nint_2.f90: XFAIL only when using -O0.

From-SVN: r135731
parent 4adf8008
2008-05-21 Janis Johnson <janis187@us.ibm.com> 2008-05-21 Janis Johnson <janis187@us.ibm.com>
* gfortran.dg/nint_2.f90: XFAIL only when using -O0.
* lib/target-supports-dg.exp (dg-xfail-run-if): New. * lib/target-supports-dg.exp (dg-xfail-run-if): New.
* gcc.test-framework/dg-do-run-xrif-exp-F.c: New test. * gcc.test-framework/dg-do-run-xrif-exp-F.c: New test.
* gcc.test-framework/dg-do-run-xrif-exp-P.c: New test. * gcc.test-framework/dg-do-run-xrif-exp-P.c: New test.
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
! PR 31202 ! PR 31202
! http://gcc.gnu.org/ml/fortran/2005-04/msg00139.html ! http://gcc.gnu.org/ml/fortran/2005-04/msg00139.html
! !
! { dg-do run { xfail powerpc-ibm-aix* powerpc*-*-linux* *-*-mingw* } } ! { dg-do run }
! { dg-xfail-run-if "PR 33271, math library bug" { powerpc-ibm-aix powerpc*-*-linux* *-*-mingw* } { "-O0" } { "" } }
real(kind=8) :: a real(kind=8) :: a
integer(kind=8) :: i1, i2 integer(kind=8) :: i1, i2
real :: b real :: b
......
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