From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7747 invoked by alias); 14 Sep 2004 02:32:23 -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 7730 invoked by uid 48); 14 Sep 2004 02:32:22 -0000 Date: Tue, 14 Sep 2004 02:32:00 -0000 Message-ID: <20040914023222.7729.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040912034129.17428.opticcow@linux-militia.net> References: <20040912034129.17428.opticcow@linux-militia.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/17428] [4.0 Regression] internal compiler error: in spill_failure, at reload1.c:1880 X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg01481.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-14 02:32 ------- I would assume that this is caused by: 2004-09-05 Zdenek Dvorak * tree-ssa-loop-ivopts.c: New file. .... But then again this most likely can be produced ealier than that or maybe not. One thing I noticed though is that "&a[0] + 8B" not folded to &a[2] which might improve the issue. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |rakdver at atrey dot karlin | |dot mff dot cuni dot cz http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17428