From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26899 invoked by alias); 11 Feb 2010 18:28:23 -0000 Received: (qmail 26814 invoked by uid 48); 11 Feb 2010 18:28:08 -0000 Date: Thu, 11 Feb 2010 18:28:00 -0000 Message-ID: <20100211182808.26813.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/43013] [4.5 Regression] "warning: 'saved_stack.1' is used uninitialized in this function" with -fstack-check In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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: 2010-02/txt/msg01105.txt.bz2 ------- Comment #5 from pinskia at gcc dot gnu dot org 2010-02-11 18:28 ------- Note this works correctly on targets that define STACK_CHECK_BUILTIN to be 1. This includes the spu target. The main reason is that the code goes through a different path. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- GCC target triplet| |i?86-*-* x86_64-*-* | |powerpc*-*-* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43013