OSDN Git Service

PR libfortran/24685
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Feb 2008 20:10:29 +0000 (20:10 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Feb 2008 20:10:29 +0000 (20:10 +0000)
* gfortran.dg/large_real_kind_form_io_2.f90: XFAIL on
powerpc*-apple-darwin*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132577 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90

index 3453873..62ab6a8 100644 (file)
@@ -1,5 +1,11 @@
 2008-02-23  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
+       PR libfortran/24685
+       * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL on
+       powerpc*-apple-darwin*.
+
+2008-02-23  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
        * gfortran.dg/large_real_kind_2.F90: Split testing of ERF and
        ERFC into gfortran.dg/large_real_kind_3.F90.
        * gfortran.dg/large_real_kind_3.F90: New test.
index b5751ce..a72c718 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run { xfail powerpc*-*-linux* } }
+! { dg-do run { xfail powerpc*-apple-darwin* powerpc*-*-linux* } }
 ! Test XFAILed on these platforms because the system's printf() lacks
 ! proper support for denormalized long doubles. See PR24685
 ! { dg-require-effective-target fortran_large_real }