From: Janis Johnson Date: Fri, 12 Dec 2008 22:17:31 +0000 (+0000) Subject: re PR libfortran/24685 (real(16) formatted input is broken for huge values (gfortran... X-Git-Tag: releases/gcc-4.4.0~1227 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72c282c6e3350a74771c835e8ddb67962655a414;p=thirdparty%2Fgcc.git re PR libfortran/24685 (real(16) formatted input is broken for huge values (gfortran.dg/default_format_2.f90)) PR libgfortran/24685 * gfortran.dg/default_format_denormal_2.f90: Change XFAIL to check for size of long double. From-SVN: r142724 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dd485fe5ea53..27709e0a37b2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2008-12-12 Janis Johnson + PR libgfortran/24685 + * gfortran.dg/default_format_denormal_2.f90: Change XFAIL to check + for size of long double. + PR objc++/31032 * obj-c++.dg/bitfield-1.mm: Remove XFAIL for ICE. diff --git a/gcc/testsuite/gfortran.dg/default_format_denormal_2.f90 b/gcc/testsuite/gfortran.dg/default_format_denormal_2.f90 index 0ae32f8cb60b..1ec70055aeb9 100644 --- a/gcc/testsuite/gfortran.dg/default_format_denormal_2.f90 +++ b/gcc/testsuite/gfortran.dg/default_format_denormal_2.f90 @@ -1,5 +1,5 @@ ! { dg-require-effective-target fortran_large_real } -! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* powerpc*-*-linux* } } +! { dg-do run { xfail { "powerpc*-apple-darwin* *-*-freebsd* powerpc*-*-linux*" && { ! large_long_double } } } } ! Test XFAILed on these platforms because the system's printf() lacks ! proper support for denormalized long doubles. See PR24685 !