re PR libfortran/68867 (numeric formatting problem in the fortran library)

2016-01-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/68867
	* gfortran.dg/default_format_denormal_2.f90: XFAIL for all
	PowerPC.

From-SVN: r232027
This commit is contained in:
Jerry DeLisle 2016-01-01 18:13:17 +00:00
parent 591bb5e4bf
commit 2f9686033d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2016-01-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/68867
* gfortran.dg/default_format_denormal_2.f90: XFAIL for all
PowerPC.
2016-01-01 Paul Thomas <pault@gcc.gnu.org>
PR fortran/68864

View File

@ -1,4 +1,4 @@
! { dg-do run { xfail powerpc*-apple-darwin* } }
! { dg-do run { xfail powerpc* } }
! { dg-require-effective-target fortran_large_real }
! Test XFAILed on this platform because the system's printf() lacks
! proper support for denormalized long doubles. See PR24685