From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21412 invoked by alias); 30 Aug 2004 21:30: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 21396 invoked by uid 48); 30 Aug 2004 21:30:03 -0000 Date: Mon, 30 Aug 2004 21:30:00 -0000 Message-ID: <20040830213003.21395.qmail@sourceware.org> From: "ciceron at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040506232410.15334.hp@gcc.gnu.org> References: <20040506232410.15334.hp@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/15334] [3.5 Regression] ICE building libgcc/./_mulvsi3.o for m68hc11-unknown-elf X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg03181.txt.bz2 List-Id: ------- Additional Comments From ciceron at gcc dot gnu dot org 2004-08-30 21:29 ------- Confirmed as the -fweb problem. Passing -fno-web fixes the problem. I must report the fix: revision 1.91.6.3 date: 2004/03/03 21:44:11; author: ciceron; state: Exp; lines: +5 -3 * config/m68hc11/m68hc11.c (m68hc11_override_options): Disable -fweb because it breaks the 32-bit shift patterns that rely on a match_dup. (print_operand): Don't print a * before the base address. on mainline. -- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |ciceron at gcc dot gnu dot |dot org |org Status|UNCONFIRMED |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15334