From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11451 invoked by alias); 16 Feb 2008 16:47:02 -0000 Received: (qmail 11317 invoked by uid 48); 16 Feb 2008 16:46:20 -0000 Date: Sat, 16 Feb 2008 16:47:00 -0000 Message-ID: <20080216164620.11316.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/34907] valgrind error indication from testsuite trans-types.c: gfc_typenode_for_spec In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jvdelisle at gcc dot gnu dot org" 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: 2008-02/txt/msg01788.txt.bz2 ------- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-02-16 16:46 ------- There are a dozen or two places where we create local temporaries of type gfc_typespec but we do not call gfc_clear_ts before using it. This leaves things potentially uninitialized depending on how it is used. We should probably just go through and initialize them all for good measure. -- jvdelisle at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |jvdelisle at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED Last reconfirmed|2008-01-21 23:26:50 |2008-02-16 16:46:19 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34907