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:
parent
fecd16d238
commit
6eeaad6e3b
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue