From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29881 invoked by alias); 6 Jul 2005 19:43: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 29856 invoked by uid 48); 6 Jul 2005 19:42:59 -0000 Date: Wed, 06 Jul 2005 19:43:00 -0000 Message-ID: <20050706194259.29854.qmail@sourceware.org> From: "schwab at suse dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041110182628.18421.bernhard.walle@gmx.de> References: <20041110182628.18421.bernhard.walle@gmx.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/18421] ICE in reload_cse_simplify_operands, at postreload.c:391 X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg00631.txt.bz2 List-Id: ------- Additional Comments From schwab at suse dot de 2005-07-06 19:42 ------- The patch in comment #11 is wrong. The condition (!((regno) < 8 && (regno) + GET_MODE_SIZE (mode) / 4 > 8)) is always true when regno >= 8. It needs to be moved up to under the first condition. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18421