From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6670 invoked by alias); 22 Jun 2004 06:56:58 -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 6662 invoked by uid 48); 22 Jun 2004 06:56:57 -0000 Date: Tue, 22 Jun 2004 06:56:00 -0000 Message-ID: <20040622065657.6661.qmail@sourceware.org> From: "mbritten at monochromatic dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040517191254.15499.Michael.Link@adc.com> References: <20040517191254.15499.Michael.Link@adc.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/15499] ICE in copyprop_hardreg_forward_1 on cross compile for ARM X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg02729.txt.bz2 List-Id: ------- Additional Comments From mbritten at monochromatic dot net 2004-06-22 06:56 ------- Created an attachment (id=6602) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6602&action=view) X.org file, reduced to minimum reproducing bug I spent some time reducing the size of this file to the bare minimum that reproduced the bug, most of it is just includes defining X11 types which are referred to in the 2 functions. The bug seems very convoluted, removing a single for loop or printf often got rid of the error I'm using a cross compiler produced with crosstool by Dan Kegel (crosstool 0.28 rc23 for the default arm target) this uses gcc 3.4.0 and glibc 2.3.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15499