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
This commit is contained in:
François-Xavier Coudert 2007-10-03 14:57:39 +00:00
parent b6f914f633
commit 44a9c79566
3 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,9 @@
2007-09-28 Tobias Schlüter <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 Schlüter <tobi@gcc.gnu.org>
PR fortran/33198
* gfortran.dg/common_errors_1.f90: New.

View File

@ -1,4 +1,6 @@
! { 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

View File

@ -1,5 +1,7 @@
! { 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