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

2007-11-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libfortran/24685
	* gfortran.dg/default_format_2.f90: XFAIL powerpc*-*-linux*
	* gfortran.dg/default_format_denormal_2.f90: XFAIL powerpc*-*-linux*
	* gfortran.dg/large_real_kind_form_io_2.f90: XFAIL powerpc*-*-linux*

From-SVN: r129871
This commit is contained in:
Jerry DeLisle 2007-11-03 16:47:37 +00:00
parent 0c70ecbea2
commit 241b92c8c5
4 changed files with 15 additions and 6 deletions

View file

@ -1,3 +1,10 @@
2007-11-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/24685
* gfortran.dg/default_format_2.f90: XFAIL powerpc*-*-linux*
* gfortran.dg/default_format_denormal_2.f90: XFAIL powerpc*-*-linux*
* gfortran.dg/large_real_kind_form_io_2.f90: XFAIL powerpc*-*-linux*
2007-11-03 Eric Botcazou <ebotcazou@libertysurf.fr>
PR rtl-optimization/28940

View file

@ -1,7 +1,7 @@
! { dg-require-effective-target fortran_large_real }
! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* } }
! Test XFAILed on powerpc-darwin because the system's printf() lacks
! proper support for long doubles.
! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* powerpc*-*-linux* } }
! Test XFAILed on these platforms because the system's printf() lacks
! proper support for denormalized long doubles. See PR24685
!
! This tests that the default formats for formatted I/O of reals are
! wide enough and have enough precision, by checking that values can

View file

@ -1,7 +1,7 @@
! { dg-require-effective-target fortran_large_real }
! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* } }
! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* powerpc*-*-linux* } }
! Test XFAILed on these platforms because the system's printf() lacks
! proper support for denormalized long doubles.
! proper support for denormalized long doubles. See PR24685
!
! This tests that the default formats for formatted I/O of reals are
! wide enough and have enough precision, by checking that values can

View file

@ -1,4 +1,6 @@
! { dg-do run }
! { dg-do run { xfail 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 }
! PR libfortran/24685
program large_real_kind_form_io_2