revert: re PR libfortran/24685 (real(16) formatted input is broken for huge values (gfortran.dg/default_format_2.f90))

Revert:
	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.

From-SVN: r142840
This commit is contained in:
Janis Johnson 2008-12-19 18:12:40 +00:00 committed by Janis Johnson
parent c4e93e284b
commit 735baa21c2
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2008-12-19 Janis Johnson <janis187@us.ibm.com>
Revert:
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.
2008-12-18 Andrew Pinski <andrew_pinski@playstation.sony.com> 2008-12-18 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR middle-end/38565 PR middle-end/38565

View File

@ -1,5 +1,5 @@
! { dg-require-effective-target fortran_large_real } ! { dg-require-effective-target fortran_large_real }
! { dg-do run { xfail { "powerpc*-apple-darwin* *-*-freebsd* powerpc*-*-linux*" && { ! large_long_double } } } } ! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* powerpc*-*-linux* } }
! Test XFAILed on these platforms because the system's printf() lacks ! Test XFAILed on these platforms because the system's printf() lacks
! proper support for denormalized long doubles. See PR24685 ! proper support for denormalized long doubles. See PR24685
! !