re PR fortran/47933 (FAIL: gfortran.dg/fmt_fw_d.f90)
2011-02-28 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/47933 * gfortran.dg/fmt_fw_d.f90: Fix test by adding dg-options to avoid compile errors from older code form. From-SVN: r170587
This commit is contained in:
parent
4d45fb2192
commit
d610c25e4a
|
@ -1,3 +1,9 @@
|
|||
2011-02-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR libgfortran/47933
|
||||
* gfortran.dg/fmt_fw_d.f90: Fix test by adding dg-options to avoid
|
||||
compile errors from older code form.
|
||||
|
||||
2011-02-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR libgfortran/47567
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! { dg-do run }
|
||||
! { dg-options "-std=gnu" }
|
||||
! PR47567 Wrong output for small absolute values with F editing
|
||||
! Test case provided by Thomas Henlich
|
||||
call verify_fmt(1.2)
|
||||
|
|
Loading…
Reference in New Issue