This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/31297] Use of uninitialized variables in libgfortran's I/O
- From: "tkoenig at alice-dsl dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2007 22:44:33 -0000
- Subject: [Bug libfortran/31297] Use of uninitialized variables in libgfortran's I/O
- References: <bug-31297-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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=13279&action=view)
patch for the test cases
All but one of these were errors in the test cases, which are
corrected with this patch.
unf_io_convert_3.f90 is a case where we don't initialize the left-over
bytes when converting. Hmm... I'll have to look into this some
more.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31297