]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR libfortran/24685 (real(16) formatted input is broken for huge values (gfortran...
authorJanis Johnson <janis187@us.ibm.com>
Fri, 12 Dec 2008 22:17:31 +0000 (22:17 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Fri, 12 Dec 2008 22:17:31 +0000 (22:17 +0000)
PR libgfortran/24685
* gfortran.dg/default_format_denormal_2.f90: Change XFAIL to check
for size of long double.

From-SVN: r142724

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

index dd485fe5ea53b92ece8772e904cc9c0a29eec2fe..27709e0a37b23c742ff7627a66e730b68bdd7268 100644 (file)
@@ -1,5 +1,9 @@
 2008-12-12  Janis Johnson  <janis187@us.ibm.com>
 
+       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.
 
index 0ae32f8cb60b343e88b37ac4fe88b29c52348052..1ec70055aeb9ac1ce6d7997ec3be46d7c3ff3155 100644 (file)
@@ -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
 !