From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30079 invoked by alias); 30 Oct 2008 00:20:05 -0000 Received: (qmail 28994 invoked by uid 48); 30 Oct 2008 00:19:54 -0000 Date: Thu, 30 Oct 2008 00:20:00 -0000 Message-ID: <20081030001954.28993.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/37639] Bootstrap fails with "may be used uninitialized" warning in c-parser.c In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "lucier at math dot purdue dot edu" 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-10/txt/msg01957.txt.bz2 ------- Comment #3 from lucier at math dot purdue dot edu 2008-10-30 00:19 ------- You're right, it was fixed by Revision 141193 - (view) (download) - [select for diffs] Modified Fri Oct 17 14:50:07 2008 UTC (12 days, 9 hours ago) by krebbel File length: 238566 byte(s) Diff to previous 140914 (colored) 2008-10-17 Andreas Krebbel * c-parser.c (c_parser_binary_expression): Silence the uninitialized variable warning emitted for binary_loc. I hadn't noticed because I started adding --disable-werror to my configuration files. Closing as fixed. -- lucier at math dot purdue dot edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37639