From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13446 invoked by alias); 21 May 2005 00:14:23 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 13333 invoked by uid 48); 21 May 2005 00:14:18 -0000 Date: Sat, 21 May 2005 00:14:00 -0000 Message-ID: <20050521001418.13332.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050517083823.21616.raj.khem@gmail.com> References: <20050517083823.21616.raj.khem@gmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/21616] [3.4 only] ICE: unable to find a register to spill in class `FLOAT_REGS' X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg02921.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-21 00:14 ------- This was really fixed on the mainline by: 2005-01-07 David Edelsohn PR target/13674 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Convert non-word aligned offset address using ld/std into indirect address. There is a work around on the 3.4 branch which looks like it is not working for this case for some reason. -- What |Removed |Added ---------------------------------------------------------------------------- Summary|ICE: unable to find a |[3.4 only] ICE: unable to |register to spill in class |find a register to spill in |`FLOAT_REGS' |class `FLOAT_REGS' Target Milestone|--- |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21616