public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/19071] New: complex formatted output has too many items
@ 2004-12-18 19:20 Thomas dot Koenig at online dot de
  2004-12-18 19:21 ` [Bug libfortran/19071] " Thomas dot Koenig at online dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas dot Koenig at online dot de @ 2004-12-18 19:20 UTC (permalink / raw)
  To: gcc-bugs

$ cat cio.f
      program cio
      complex a
      a = cmplx(1.0, 2.0)
      print '(1P,E13.5)',a
      end
$ gfortran cio.f
$ ./a.out
  1.00000E+00  2.00000E+00
$ g77 cio.f
$ ./a.out
  1.00000E+00
  2.00000E+00
$ gfortran -v
Reading specs from /home/ig25/lib/gcc/i686-pc-linux-gnu/4.0.0/specs
Configured with: ../gcc/configure --prefix=/home/ig25 --enable-languages=c,c++,f95
Thread model: posix
gcc version 4.0.0 20041218 (experimental)

Possibly related to PR 10964.

-- 
           Summary: complex formatted output has too many items
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Thomas dot Koenig at online dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug libfortran/19071] complex formatted output has too many items
  2004-12-18 19:20 [Bug libfortran/19071] New: complex formatted output has too many items Thomas dot Koenig at online dot de
@ 2004-12-18 19:21 ` Thomas dot Koenig at online dot de
  2004-12-20 16:10 ` tobi at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas dot Koenig at online dot de @ 2004-12-18 19:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Thomas dot Koenig at online dot de  2004-12-18 19:21 -------
What I meant was that the bug is possibly related to PR 19064.

-- 


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


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

* [Bug libfortran/19071] complex formatted output has too many items
  2004-12-18 19:20 [Bug libfortran/19071] New: complex formatted output has too many items Thomas dot Koenig at online dot de
  2004-12-18 19:21 ` [Bug libfortran/19071] " Thomas dot Koenig at online dot de
@ 2004-12-20 16:10 ` tobi at gcc dot gnu dot org
  2004-12-24  0:14 ` bdavis at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-12-20 16:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-20 16:10:36
               date|                            |


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


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

* [Bug libfortran/19071] complex formatted output has too many items
  2004-12-18 19:20 [Bug libfortran/19071] New: complex formatted output has too many items Thomas dot Koenig at online dot de
  2004-12-18 19:21 ` [Bug libfortran/19071] " Thomas dot Koenig at online dot de
  2004-12-20 16:10 ` tobi at gcc dot gnu dot org
@ 2004-12-24  0:14 ` bdavis at gcc dot gnu dot org
  2004-12-24  0:29 ` cvs-commit at gcc dot gnu dot org
  2004-12-24  1:34 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: bdavis at gcc dot gnu dot org @ 2004-12-24  0:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bdavis at gcc dot gnu dot org  2004-12-24 00:14 -------
patch here


http://gcc.gnu.org/ml/fortran/2004-12/msg00224.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|wrong-code                  |patch


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


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

* [Bug libfortran/19071] complex formatted output has too many items
  2004-12-18 19:20 [Bug libfortran/19071] New: complex formatted output has too many items Thomas dot Koenig at online dot de
                   ` (2 preceding siblings ...)
  2004-12-24  0:14 ` bdavis at gcc dot gnu dot org
@ 2004-12-24  0:29 ` cvs-commit at gcc dot gnu dot org
  2004-12-24  1:34 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-12-24  0:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-12-24 00:29 -------
Subject: Bug 19071

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bdavis@gcc.gnu.org	2004-12-24 00:29:08

Modified files:
	gcc/testsuite  : ChangeLog 
	libgfortran    : ChangeLog 
	libgfortran/io : transfer.c 
Added files:
	gcc/testsuite/gfortran.dg: complex_write.f90 

Log message:
	2004-12-23  Bud Davis  <bdavis9659@comcast.net>
	
	PR fortran/19071
	* io/tranfer.c (formatted_transfer): moved check for
	format reversion inside the processing loop.
	
	* gfortran.dg/complex_write.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/complex_write.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4813&r2=1.4814
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.140&r2=1.141
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/transfer.c.diff?cvsroot=gcc&r1=1.22&r2=1.23



-- 


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


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

* [Bug libfortran/19071] complex formatted output has too many items
  2004-12-18 19:20 [Bug libfortran/19071] New: complex formatted output has too many items Thomas dot Koenig at online dot de
                   ` (3 preceding siblings ...)
  2004-12-24  0:29 ` cvs-commit at gcc dot gnu dot org
@ 2004-12-24  1:34 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-24  1:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-24 01:34 -------
Fixed.

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


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


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

end of thread, other threads:[~2004-12-24  1:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-18 19:20 [Bug libfortran/19071] New: complex formatted output has too many items Thomas dot Koenig at online dot de
2004-12-18 19:21 ` [Bug libfortran/19071] " Thomas dot Koenig at online dot de
2004-12-20 16:10 ` tobi at gcc dot gnu dot org
2004-12-24  0:14 ` bdavis at gcc dot gnu dot org
2004-12-24  0:29 ` cvs-commit at gcc dot gnu dot org
2004-12-24  1:34 ` 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).