From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25502 invoked by alias); 25 Apr 2007 22:34:02 -0000 Received: (qmail 25478 invoked by uid 48); 25 Apr 2007 22:33:49 -0000 Date: Wed, 25 Apr 2007 22:34:00 -0000 Message-ID: <20070425223349.25477.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/31707] Spurious "'' may be used uninitialized in this function" warnings when using __builtin_setjmp In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hackbunny at reactos dot com" 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-04/txt/msg01958.txt.bz2 ------- Comment #4 from hackbunny at reactos dot com 2007-04-25 23:33 ------- A couple more notes: * no warning if setjmp is used instead of __builtin_setjmp * no warning if the call to "bar()" is removed * no warning in GCC 4.1.2 -- hackbunny at reactos dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hackbunny at reactos dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31707