From: Francois-Xavier Coudert Date: Thu, 6 Sep 2007 17:48:32 +0000 (+0000) Subject: re PR fortran/33271 (nint_2.f90 abort compiled with -O0) X-Git-Tag: releases/gcc-4.3.0~2813 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c81a043c136b5821c8b3ebe2831bf89a972ca0cf;p=thirdparty%2Fgcc.git re PR fortran/33271 (nint_2.f90 abort compiled with -O0) PR fortran/33271 * gfortran.dg/nint_2.f90: xfail on powerpc-ibm-aix* and powerpc*-linux-gnu. From-SVN: r128196 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8b73d0b631bf..12fa069b5fa7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2007-09-06 Francois-Xavier Coudert + + PR fortran/33271 + * gfortran.dg/nint_2.f90: xfail on powerpc-ibm-aix* and + powerpc*-linux-gnu. + 2007-09-06 David Daney Richard Sandiford diff --git a/gcc/testsuite/gfortran.dg/nint_2.f90 b/gcc/testsuite/gfortran.dg/nint_2.f90 index b993cb45140d..f23309cc4d50 100644 --- a/gcc/testsuite/gfortran.dg/nint_2.f90 +++ b/gcc/testsuite/gfortran.dg/nint_2.f90 @@ -3,7 +3,7 @@ ! PR 31202 ! http://gcc.gnu.org/ml/fortran/2005-04/msg00139.html ! -! { dg-do run } +! { dg-do run { xfail powerpc-ibm-aix* powerpc*-linux-gnu } } real(kind=8) :: a integer(kind=8) :: i1, i2 real :: b