From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1649 invoked by alias); 29 Apr 2013 08:12:23 -0000 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 Received: (qmail 1597 invoked by uid 48); 29 Apr 2013 08:12:19 -0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/57100] [4.8/4.9 Regression] ICE: in pre_and_rev_post_order_compute, at cfganal.c:869 with -fdump-rtl-pro_and_epilogue-graph Date: Mon, 29 Apr 2013 08:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.1 X-Bugzilla-Changed-Fields: Status Last reconfirmed CC Target Milestone Ever Confirmed Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-04/txt/msg02301.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57100 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2013-04-29 CC| |rguenth at gcc dot gnu.org, | |stevenb.gcc at gmail dot | |com Target Milestone|--- |4.8.1 Ever Confirmed|0 |1 --- Comment #1 from Richard Biener 2013-04-29 08:12:18 UTC --- Well, you cannot reliably dump graphs at each point in the pass pipeline in case there are unreachable blocks in the CFG ... I also routinely hit ICEs in the graph dumping when dumping broken loop trees (for debugging). I think we eventually want a custom CFG collecting routine in graph.c that is not prone to such issues (but just gives up and appends the rest of the BBs unsorted).