From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12859 invoked by alias); 17 Oct 2004 22:06:15 -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 12836 invoked by uid 48); 17 Oct 2004 22:06:14 -0000 Date: Sun, 17 Oct 2004 22:06:00 -0000 Message-ID: <20041017220614.12833.qmail@sourceware.org> From: "pinskia 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/msg02350.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-17 22:06 ------- Could someone tell me why the cast is there for the testcase in the first place it seems wrong (except that we are converting between void (object_base::*)() and void (object::*)(). ) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18040