nint_2.f90: Don't XFAIL for powerpc64le-*-linux*.
2014-06-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com> * gfortran.dg/nint_2.f90: Don't XFAIL for powerpc64le-*-linux*. From-SVN: r212075
This commit is contained in:
parent
04d375e604
commit
840bb6acfa
@ -1,3 +1,7 @@
|
||||
2014-06-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
|
||||
|
||||
* gfortran.dg/nint_2.f90: Don't XFAIL for powerpc64le-*-linux*.
|
||||
|
||||
2014-06-27 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR c++/61614
|
||||
|
@ -4,7 +4,8 @@
|
||||
! http://gcc.gnu.org/ml/fortran/2005-04/msg00139.html
|
||||
!
|
||||
! { dg-do run }
|
||||
! { dg-xfail-run-if "PR 33271, math library bug" { powerpc-ibm-aix* powerpc*-*-linux* *-*-mingw* } { "-O0" } { "" } }
|
||||
! { dg-xfail-run-if "PR 33271, math library bug" { powerpc-ibm-aix* powerpc-*-linux* powerpc64-*-linux* *-*-mingw* } { "-O0" } { "" } }
|
||||
! Note that this doesn't fail on powerpc64le-*-linux*.
|
||||
real(kind=8) :: a
|
||||
integer(kind=8) :: i1, i2
|
||||
real :: b
|
||||
|
Loading…
Reference in New Issue
Block a user