From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28888 invoked by alias); 30 Aug 2008 22:18:37 -0000 Received: (qmail 26430 invoked by uid 48); 30 Aug 2008 22:17:17 -0000 Date: Sat, 30 Aug 2008 22:18:00 -0000 Message-ID: <20080830221717.26429.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/37285] [4.4 Regression] ICE while building binutils on ppc In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg02451.txt.bz2 ------- Comment #2 from pinskia at gcc dot gnu dot org 2008-08-30 22:17 ------- ../../src/bfd/xcofflink.c: In function '_bfd_xcoff_canonicalize_dynamic_reloc': ../../src/bfd/xcofflink.c:399: internal compiler error: in purge_dead_edges, at cfgrtl.c:2327 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -O1 -ftree-vrp is enough to reproduce the bug which shows the middle-end is not ready for the IR changes that are done by VRP. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |UNCONFIRMED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37285