+2007-11-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libfortran/24685
+ * gfortran.dg/default_format_2.f90: XFAIL powerpc*-*-linux*
+ * gfortran.dg/default_format_denormal_2.f90: XFAIL powerpc*-*-linux*
+ * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL powerpc*-*-linux*
+
2007-11-03 Eric Botcazou <ebotcazou@libertysurf.fr>
PR rtl-optimization/28940
! { dg-require-effective-target fortran_large_real }
-! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* } }
-! Test XFAILed on powerpc-darwin because the system's printf() lacks
-! proper support for long doubles.
+! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* powerpc*-*-linux* } }
+! Test XFAILed on these platforms because the system's printf() lacks
+! proper support for denormalized long doubles. See PR24685
!
! This tests that the default formats for formatted I/O of reals are
! wide enough and have enough precision, by checking that values can
! { dg-require-effective-target fortran_large_real }
-! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* } }
+! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* powerpc*-*-linux* } }
! Test XFAILed on these platforms because the system's printf() lacks
-! proper support for denormalized long doubles.
+! proper support for denormalized long doubles. See PR24685
!
! This tests that the default formats for formatted I/O of reals are
! wide enough and have enough precision, by checking that values can
-! { dg-do run }
+! { dg-do run { xfail 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 }
! PR libfortran/24685
program large_real_kind_form_io_2