From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4057 invoked by alias); 11 Jul 2005 20:16:25 -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 3698 invoked by uid 48); 11 Jul 2005 20:16:02 -0000 Date: Mon, 11 Jul 2005 20:50:00 -0000 Message-ID: <20050711201602.3697.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050711194808.22415.jakub@redhat.com> References: <20050711194808.22415.jakub@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/22415] [4.0 Regression] ICE in coalesce_abnormal_edges X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg01310.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-11 20:15 ------- I think adding another DCE pass right before SRA and we will be able to reproduce this on the mainline also. Also note turning off PRE "fixes" the ICE. It might be PRE moving a statement causing the conflict. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |dberlin at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22415