From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14600 invoked by alias); 19 Jul 2009 22:29:27 -0000 Received: (qmail 14574 invoked by uid 48); 19 Jul 2009 22:29:17 -0000 Date: Sun, 19 Jul 2009 22:29:00 -0000 Message-ID: <20090719222917.14573.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/38642] [4.3/4.4/4.5 Regression] Code with -fPIC results in segfault on ARM (old ABI) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mikpe at it dot uu dot se" 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: 2009-07/txt/msg01578.txt.bz2 ------- Comment #6 from mikpe at it dot uu dot se 2009-07-19 22:29 ------- This was fixed for 4.4 by revision 133117, which did a fair amount of stack frame management changes. Applying that change to 4.3-20090712 fixes this test case also for 4.3. I'm not in a position to do a full regression test of an OABI toolchain, but I may have time to test that it doesn't cause regressions for EABI. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38642