[Bug libfortran/31297] Use of uninitialized variables in libgfortran's I/O

2007-05-18 Thread jb at gcc dot gnu dot org
--- Comment #7 from jb at gcc dot gnu dot org 2007-05-18 20:52 --- Seems unf_io_convert_3.f90 is fixed by the patch for PR31915, which adds padding for CONVERT. The patch was committed as r124741. Closing, please verify and reopen if I'm wrong. -- jb at gcc dot gnu dot org changed:

[Bug libfortran/31297] Use of uninitialized variables in libgfortran's I/O

2007-03-28 Thread tkoenig at gcc dot gnu dot org
--- Comment #6 from tkoenig at gcc dot gnu dot org 2007-03-28 20:47 --- Hi Jerry, there is still the issue with kind=10 reals written with CONVERT=swap. Reopening until we've decided what to do with that :-) Thomas -- tkoenig at gcc dot gnu dot org changed: What

[Bug libfortran/31297] Use of uninitialized variables in libgfortran's I/O

2007-03-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-03-28 02:28 --- I think this can be closed. No need to backport. RE-open if anyone disagrees. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/31297] Use of uninitialized variables in libgfortran's I/O

2007-03-25 Thread tkoenig at gcc dot gnu dot org
-- tkoenig at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |tkoenig at gcc dot gnu dot |dot org

[Bug libfortran/31297] Use of uninitialized variables in libgfortran's I/O

2007-03-25 Thread tkoenig at gcc dot gnu dot org
--- Comment #4 from tkoenig at gcc dot gnu dot org 2007-03-25 22:18 --- Subject: Bug 31297 Author: tkoenig Date: Sun Mar 25 21:17:51 2007 New Revision: 123200 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=123200 Log: 2007-03-25 Thomas Koenig [EMAIL PROTECTED] PR

[Bug libfortran/31297] Use of uninitialized variables in libgfortran's I/O

2007-03-24 Thread tkoenig at alice-dsl dot net
--- Comment #1 from tkoenig at alice-dsl dot net 2007-03-24 22:17 --- This is a bug in the test case. I'll commit a correct version. Thomas -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31297

[Bug libfortran/31297] Use of uninitialized variables in libgfortran's I/O

2007-03-24 Thread tkoenig at alice-dsl dot net
--- Comment #2 from tkoenig at alice-dsl dot net 2007-03-24 22:44 --- Created an attachment (id=13279) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13279action=view) patch for the test cases All but one of these were errors in the test cases, which are corrected with this patch.

[Bug libfortran/31297] Use of uninitialized variables in libgfortran's I/O

2007-03-24 Thread tkoenig at alice-dsl dot net
--- Comment #3 from tkoenig at alice-dsl dot net 2007-03-24 23:07 --- Created an attachment (id=13280) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13280action=view) proposed patch This one also fixes the last case. It does so by reading size bytes instead of the kind number

[Bug libfortran/31297] Use of uninitialized variables in libgfortran's I/O

2007-03-23 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Known