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: Fix the dg regular
	expression.

From-SVN: r232029
This commit is contained in:
Jerry DeLisle 2016-01-01 19:01:24 +00:00
parent fecd16d238
commit 6eeaad6e3b
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: Fix the dg regular
expression.
2016-01-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/68867

View file

@ -1,4 +1,4 @@
! { dg-do run { xfail powerpc* } }
! { 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