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
+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
-! { 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