From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27288 invoked by alias); 18 Feb 2010 18:42:47 -0000 Received: (qmail 27241 invoked by uid 48); 18 Feb 2010 18:42:37 -0000 Date: Thu, 18 Feb 2010 18:42:00 -0000 Message-ID: <20100218184237.27240.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/43083] [4.5 Regression] ICE: SIGSEGV with -fgraphite-identity 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: 2010-02/txt/msg01845.txt.bz2 ------- Comment #4 from pinskia at gcc dot gnu dot org 2010-02-18 18:42 ------- (In reply to comment #3) > #8 0x000000000253271e in create_single_exit_edge (region=0x47afff8) at > /home/apinski/src/gcc-fsf/local//gcc/gcc/graphite-scop-detection.c:965 > 965 forwarder = make_forwarder_block (exit, &sd_region_without_exit, > NULL); > (gdb) p debug_bb(exit) > ;; basic block 1, loop depth 0, count 0 > ;; prev block 7, next block 9 > ;; pred: 7 [100.0%] 6 [100.0%] > ;; succ: > : > Well BB 1 is not supposed to have any succ anyways as it is the exit block. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43083