From 1d2001995b29ce10a1b61a1b0d0989704c4f7ce7 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 23 Feb 2008 21:10:29 +0100 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 } -- 2.30.2