mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
8217a6359f
commit
d36e4306a0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue