public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/20480] New: libfortran: formatted write, ES edit descriptor
@ 2005-03-15  9:54 anlauf at hep dot tu-darmstadt dot de
  2005-03-15 22:35 ` [Bug libfortran/20480] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: anlauf at hep dot tu-darmstadt dot de @ 2005-03-15  9:54 UTC (permalink / raw)
  To: gcc-bugs

Hi,

      write (*,10) 0.0
 10   format (ES12.3)
      end

prints
      
   0.000E-01

instead of

   0.000E+00

as it should.

Cheers,
-ha

-- 
           Summary: libfortran: formatted write, ES edit descriptor
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anlauf at hep dot tu-darmstadt dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20480


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libfortran/20480] libfortran: formatted write, ES edit descriptor
  2005-03-15  9:54 [Bug libfortran/20480] New: libfortran: formatted write, ES edit descriptor anlauf at hep dot tu-darmstadt dot de
@ 2005-03-15 22:35 ` pinskia at gcc dot gnu dot org
  2005-03-16 13:41 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-15 22:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-15 22:35 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-15 22:35:06
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20480


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libfortran/20480] libfortran: formatted write, ES edit descriptor
  2005-03-15  9:54 [Bug libfortran/20480] New: libfortran: formatted write, ES edit descriptor anlauf at hep dot tu-darmstadt dot de
  2005-03-15 22:35 ` [Bug libfortran/20480] " pinskia at gcc dot gnu dot org
@ 2005-03-16 13:41 ` fxcoudert at gcc dot gnu dot org
  2005-03-16 14:38 ` fxcoudert at gcc dot gnu dot org
  2005-03-16 22:06 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-03-16 13:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-03-16 13:41 -------
I think this is a duplicate of PR17871. I'll be working on both.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fxcoudert at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-03-15 22:35:06         |2005-03-16 13:41:17
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20480


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libfortran/20480] libfortran: formatted write, ES edit descriptor
  2005-03-15  9:54 [Bug libfortran/20480] New: libfortran: formatted write, ES edit descriptor anlauf at hep dot tu-darmstadt dot de
  2005-03-15 22:35 ` [Bug libfortran/20480] " pinskia at gcc dot gnu dot org
  2005-03-16 13:41 ` fxcoudert at gcc dot gnu dot org
@ 2005-03-16 14:38 ` fxcoudert at gcc dot gnu dot org
  2005-03-16 22:06 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-03-16 14:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-03-16 14:37 -------
Patch proposed at: http://gcc.gnu.org/ml/fortran/2005-03/msg00259.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|i686-pc-linux-gnu           |
           Keywords|                            |patch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20480


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libfortran/20480] libfortran: formatted write, ES edit descriptor
  2005-03-15  9:54 [Bug libfortran/20480] New: libfortran: formatted write, ES edit descriptor anlauf at hep dot tu-darmstadt dot de
                   ` (2 preceding siblings ...)
  2005-03-16 14:38 ` fxcoudert at gcc dot gnu dot org
@ 2005-03-16 22:06 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-16 22:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-16 22:06 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20480


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-03-16 22:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-15  9:54 [Bug libfortran/20480] New: libfortran: formatted write, ES edit descriptor anlauf at hep dot tu-darmstadt dot de
2005-03-15 22:35 ` [Bug libfortran/20480] " pinskia at gcc dot gnu dot org
2005-03-16 13:41 ` fxcoudert at gcc dot gnu dot org
2005-03-16 14:38 ` fxcoudert at gcc dot gnu dot org
2005-03-16 22:06 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).