From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28712 invoked by alias); 24 Mar 2007 22:44:42 -0000 Received: (qmail 28664 invoked by uid 48); 24 Mar 2007 22:44:33 -0000 Date: Sat, 24 Mar 2007 22:44:00 -0000 Message-ID: <20070324224433.28663.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/31297] Use of uninitialized variables in libgfortran's I/O In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tkoenig at alice-dsl dot net" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-03/txt/msg02323.txt.bz2 ------- 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