From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30790 invoked by alias); 2 Mar 2008 19:12:24 -0000 Received: (qmail 30683 invoked by uid 48); 2 Mar 2008 19:11:41 -0000 Date: Sun, 02 Mar 2008 19:12:00 -0000 Message-ID: <20080302191141.30682.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/35373] [4.4 Regression] bootstraping on powerpc-apple-darwin9 fails with revision 132578 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert 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: 2008-03/txt/msg00071.txt.bz2 ------- Comment #6 from fxcoudert at gcc dot gnu dot org 2008-03-02 19:11 ------- (In reply to comment #5) > My guess would be that in rs6000_legitimize_address So maybe a likely culprit would be: 2008-02-22 Nathan Froyd * config/rs6000/rs6000.c (rs6000_legitimize_address): Check to ensure that we can address an entire entity > 8 bytes. Don't generate reg+reg addressing for such data. Another rs6000 patch in this span of time is: 2008-02-23 David Edelsohn * config/rs6000/rs6000.h (CONSTANT_ALIGNMENT): Use STRICT_ALIGNMENT instead of TARGET_STRICT_ALIGN. (plus the patches adding support for new models, but they shouldn't make a difference). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35373