--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-04-20
06:51 ---
On i386-linux, PR 20480 is fixed (see below). If you can confirm on a fresh
built that it is not, please reopen it and state what your platform is.
$ cat a.f
write (*,10) 0.0
10 format (ES12.3)
--
What|Removed |Added
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17871
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-16 14:24
---
Oops, looks like I didn't test with an up-to-date library. Yes, it looks like
this is fixed. On the other hand the testcase in PR 20480 still gives me the
wrong result
0.000E-01
--
What|R
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-03-16
14:02 ---
Tobias, are you sure this one isn't fixed? The following looks OK to me:
$ cat pr17871.f
write (*,'(3p,2e15.3)') 0.0, 1.0
write (*,'(4p,2e15.3)') 0.0, 1.0
end
$ ~/irun/bin/gfortran -sta
--- Additional Comments From anlauf at hep dot tu-darmstadt dot de
2005-03-16 13:50 ---
(In reply to comment #3)
> I really think PR20480 is a duplicate of this one, by
> the way.
In theory: no. AFAIK the ES edit descriptor is not part of
standard F77, and it is not implemented in eithe
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-03-16
13:23 ---
I'm working on this one. I really think PR20480 is a duplicate of this one, by
the way.
--
What|Removed |Added
-