From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3404 invoked by alias); 6 Jun 2004 14:02:04 -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 3395 invoked by uid 48); 6 Jun 2004 14:02:03 -0000 Date: Sun, 06 Jun 2004 14:02:00 -0000 Message-ID: <20040606140203.3394.qmail@sourceware.org> From: "ciceron at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040306052629.14457.namsh@kldp.org> References: <20040306052629.14457.namsh@kldp.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/14457] [3.4/3.5? Regression] ICE with simple c++ source X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg00683.txt.bz2 List-Id: ------- Additional Comments From ciceron at gcc dot gnu dot org 2004-06-06 14:01 ------- The bug was caused by a (MEM:HI (MEM:HI reg)) operand that must be split in two part to access the low and high byte. Such split is not possible as there is no (MEM:HI (PLUS:HI (MEM:HI reg) (const_int 1))). Fixed (see patches). -- What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14457