From: Francois-Xavier Coudert Date: Sat, 23 Feb 2008 20:10:29 +0000 (+0100) Subject: re PR libfortran/24685 (real(16) formatted input is broken for huge values (gfortran... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d2001995b29ce10a1b61a1b0d0989704c4f7ce7;p=gcc.git re PR libfortran/24685 (real(16) formatted input is broken for huge values (gfortran.dg/default_format_2.f90)) PR libfortran/24685 * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL on powerpc*-apple-darwin*. From-SVN: r132577 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 34538734984..62ab6a81879 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2008-02-23 Francois-Xavier Coudert + + PR libfortran/24685 + * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL on + powerpc*-apple-darwin*. + 2008-02-23 Francois-Xavier Coudert * gfortran.dg/large_real_kind_2.F90: Split testing of ERF and diff --git a/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90 b/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90 index b5751cece75..a72c7183785 100644 --- a/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90 +++ b/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90 @@ -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 }