Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932805AbXIFVkn (ORCPT ); Thu, 6 Sep 2007 17:40:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932417AbXIFVke (ORCPT ); Thu, 6 Sep 2007 17:40:34 -0400 Received: from 83-216-141-215.markhi700.adsl.metronet.co.uk ([83.216.141.215]:4303 "EHLO mx.hindley.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932382AbXIFVkd (ORCPT ); Thu, 6 Sep 2007 17:40:33 -0400 Date: Thu, 6 Sep 2007 22:40:08 +0100 From: Mark Hindley To: Satyam Sharma Cc: Steffen Klassert , Linux Kernel Mailing List , Linux Netdev Mailing List , Jeff Garzik Subject: Re: [PATCH -mm 1/2] 3c59x: Fix uninitialized variable bug Message-ID: <20070906214008.GA11224@hindley.org.uk> References: <20070904081602.GB4241@newton.mathematik.tu-chemnitz.de> <20070904085331.GH5944@hindley.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 847 Lines: 28 On Thu, Sep 06, 2007 at 03:25:55PM +0530, Satyam Sharma wrote: > This is a GCC bug (regression, actually, as you've found out) -- no two > ways about it. Although different from the kind Jeff mentioned couple days > back -- that was about wising GCC up to false positives and /not/ emitting > warnings. But here a genuine problem was not complained about, so this is > more serious. Do you plan to open up a bug at gcc.gnu.org/bugzilla/ ? > Yes, I have just narrowed down a test case, which is remarkably simple! int main(int i) { int err; if (i) { err = 1; } return err; } Mark - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/