Commit 241b92c8 by Jerry DeLisle

re PR libfortran/24685 (real(16) formatted input is broken for huge values…

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
parent 0c70ecbe
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
! { 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
......
! { 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
......
! { 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment