[Bug libfortran/18710] img part of complex number not written to direct access file

2005-04-19 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18710

[Bug libfortran/18710] img part of complex number not written to direct access file

2004-12-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-02 19:39 --- Subject: Bug 18710 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-02 19:39:15 Modified files: libgfortran: ChangeLog libgfortran/io :

[Bug libfortran/18710] img part of complex number not written to direct access file

2004-12-02 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-12-02 19:40 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libfortran/18710] img part of complex number not written to direct access file

2004-12-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-02 20:14 --- Subject: Bug 18710 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-02 20:14:00 Modified files: gcc/testsuite : ChangeLog Log message: PR

[Bug libfortran/18710] img part of complex number not written to direct access file

2004-11-30 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-11-30 12:13 --- Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02667.html -- What|Removed |Added

[Bug libfortran/18710] img part of complex number not written to direct access file

2004-11-29 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-11-29 23:38 --- This patch fixes it and passes the testsuite, but I'd like someone to test that it doesn't break anything else (I don't think it will, but then I don't know the standard's semantics for unformatted transfers)

[Bug libfortran/18710] img part of complex number not written to direct access file

2004-11-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 00:34 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug libfortran/18710] img part of complex number not written to direct access file

2004-11-28 Thread bdavis at gcc dot gnu dot org
--- Additional Comments From bdavis at gcc dot gnu dot org 2004-11-29 01:32 --- possibly needs a front end change, as well as run-time.. c = __complex__ (1.2e+2, 2.4e+2); _gfortran_filename = c.f; _gfortran_line = 4; _gfortran_ioparm.unit = 9; _gfortran_ioparm.rec = 1B;