re PR libfortran/38735 ([4.4 Regresssion] Default BLANK= mode for internal units is wrong)

2009-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libfortran/38735
	* gfortran.dg/fmt_bz_bn.f: Update test.

From-SVN: r143103
This commit is contained in:
Jerry DeLisle 2009-01-05 22:57:30 +00:00
parent 8217a6359f
commit d36e4306a0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-01-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/38735
* gfortran.dg/fmt_bz_bn.f: Update test.
2009-01-05 Dodji Seketeli <dodji@redhat.com>
PR c++/38472

View File

@ -17,7 +17,7 @@ c Test case derived from reporter.
if (f .ne. 2003.0) call abort
f = 0.0
read (c,'(E11.0)') f
if (f .ne. 2.0020) call abort
if (f .ne. 20.020) call abort
f = 0.0
read (c,'(BZ,E11.0)') f
if (f .ne. 2.002e10) call abort