[Bug libfortran/24305] Complex(10) formatted IO is broken.

2005-11-12 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24305

[Bug libfortran/24305] Complex(10) formatted IO is broken.

2005-11-11 Thread jb at gcc dot gnu dot org
--- Comment #4 from jb at gcc dot gnu dot org 2005-11-11 20:41 --- The recent patch on 2005-11-06 AFAICS fixes this bug. -- jb at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libfortran/24305] Complex(10) formatted IO is broken.

2005-11-06 Thread jb at gcc dot gnu dot org
--- Comment #3 from jb at gcc dot gnu dot org 2005-11-06 18:28 --- Subject: Bug 24305 Author: jb Date: Sun Nov 6 18:28:22 2005 New Revision: 106563 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106563 Log: gfortran ChangeLog 2005-11-06 Janne Blomqvist <[EMAIL PROTECTED]>

[Bug libfortran/24305] Complex(10) formatted IO is broken.

2005-11-05 Thread jblomqvi at cc dot hut dot fi
--- Comment #2 from jblomqvi at cc dot hut dot fi 2005-11-05 18:08 --- Patch (that also fixes PR 24174) here: http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00348.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24305

[Bug libfortran/24305] Complex(10) formatted IO is broken.

2005-10-10 Thread jblomqvi at cc dot hut dot fi
--- Comment #1 from jblomqvi at cc dot hut dot fi 2005-10-11 05:55 --- Consider this testcase (from 24174): ! { dg-do run } ! PR 24174 program kind10_io real(kind=10) :: a,b(2), c complex(kind=10) :: d, e, f(2) character(len=180) :: tmp ! Test real(10) scalar and array formatted