From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24600 invoked by alias); 31 Oct 2007 19:49:13 -0000 Received: (qmail 24460 invoked by alias); 31 Oct 2007 19:48:47 -0000 Date: Wed, 31 Oct 2007 19:49:00 -0000 Message-ID: <20071031194847.24459.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/29248] Stack pointer is modified in functions that don't use the stack In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pthaugen 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: 2007-10/txt/msg02859.txt.bz2 ------- Comment #7 from pthaugen at gcc dot gnu dot org 2007-10-31 19:48 ------- Subject: Bug 29248 Author: pthaugen Date: Wed Oct 31 19:48:19 2007 New Revision: 129806 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129806 Log: 2007-10-01 Pat Haugen Backport the following patches: 2007-09-04 Daniel Jacobowitz * config/rs6000/rs6000.c (rs6000_stack_info): Allocate space for the GOT pointer only if there is a constant pool. Use the allocated space for SPE also. 2006-12-21 Nathan Sidwell PR target/28966 PR target/29248 * reload1.c (reload): Realign stack after it changes size. Modified: branches/ibm/gcc-4_1-branch/gcc/ChangeLog branches/ibm/gcc-4_1-branch/gcc/config/rs6000/rs6000.c branches/ibm/gcc-4_1-branch/gcc/reload1.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29248