From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6190 invoked by alias); 14 Jul 2006 19:21:46 -0000 Received: (qmail 6142 invoked by uid 48); 14 Jul 2006 19:21:36 -0000 Date: Fri, 14 Jul 2006 19:21:00 -0000 Message-ID: <20060714192136.6140.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/27566] [4.1/4.2 Regression] ICEs in final_scan_insn and reload_cse_simplify_operands for vectors with SPE In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dje at gcc dot gnu dot org" 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 X-SW-Source: 2006-07/txt/msg01065.txt.bz2 List-Id: ------- Comment #4 from dje at gcc dot gnu dot org 2006-07-14 19:21 ------- rs6000_legitimate_offset_address_p() accepts constant offsets: case V4HImode: case V2SImode: case V1DImode: case V2SFmode: /* SPE vector modes. */ return SPE_CONST_OFFSET_OK (offset); It actually probably should allow any constant offset when not strict, but this needs a legitimize_reload_address stanza to push the addition. -- dje at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dje at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27566