From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32020 invoked by alias); 17 Oct 2004 16:23:20 -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 32002 invoked by uid 48); 17 Oct 2004 16:23:19 -0000 Date: Sun, 17 Oct 2004 16:23:00 -0000 Message-ID: <20041017162319.32001.qmail@sourceware.org> From: "rakdver at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041017123619.18040.aj@gcc.gnu.org> References: <20041017123619.18040.aj@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/18040] [4.0 Regression] ICE in for_each_index, at tree-ssa-loop-im.c:178 X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg02314.txt.bz2 List-Id: ------- Additional Comments From rakdver at gcc dot gnu dot org 2004-10-17 16:23 ------- The problem is that is_gimple_addressable uses handled_component_p that allows casts. I am testing a patch for this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18040