diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2007-09-06 17:48:32 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2007-09-06 17:48:32 +0000 |
commit | c81a043c136b5821c8b3ebe2831bf89a972ca0cf (patch) | |
tree | a7e26c3ed487f6ef3bf60c15a41c22e7209c386e | |
parent | 6d992de0101414504db3c2338c624aa2a0f82e3b (diff) | |
download | gcc-c81a043c136b5821c8b3ebe2831bf89a972ca0cf.zip gcc-c81a043c136b5821c8b3ebe2831bf89a972ca0cf.tar.gz gcc-c81a043c136b5821c8b3ebe2831bf89a972ca0cf.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/nint_2.f90 | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8b73d0b..12fa069 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + + PR fortran/33271 + * gfortran.dg/nint_2.f90: xfail on powerpc-ibm-aix* and + powerpc*-linux-gnu. + 2007-09-06 David Daney <ddaney@avtrex.com> Richard Sandiford <richard@codesourcery.com> diff --git a/gcc/testsuite/gfortran.dg/nint_2.f90 b/gcc/testsuite/gfortran.dg/nint_2.f90 index b993cb4..f23309c 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 |