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:
Jerry DeLisle 2011-03-01 05:59:07 +00:00
parent 4d45fb2192
commit d610c25e4a
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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)