default_format_1.f90: XFAIL on ppc-darwin.

	* gfortran.dg/default_format_1.f90: XFAIL on ppc-darwin.
	* gfortran.dg/default_format_2.f90: XFAIL on ppc-darwin.

From-SVN: r128983
parent b6f914f6
2007-09-28 Tobias Schlter <tobi@gcc.gnu.org>
2007-10-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* gfortran.dg/default_format_1.f90: XFAIL on ppc-darwin.
* gfortran.dg/default_format_2.f90: XFAIL on ppc-darwin.
2007-10-03 Tobias Schlter <tobi@gcc.gnu.org>
PR fortran/33198
* gfortran.dg/common_errors_1.f90: New.
! { dg-do run }
! { dg-do run { xfail powerpc*-apple-darwin* } }
! Test XFAILed on powerpc-darwin because the system's printf() lacks
! proper support for denormals.
!
! 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-require-effective-target fortran_large_real }
! { dg-do run { xfail powerpc*-apple-darwin* } }
! Test XFAILed on powerpc-darwin because the system's printf() lacks
! proper support for long doubles.
!
! This tests that the default formats for formatted I/O of reals are
! wide enough and have enough precision, by checking that values can
......
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