From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 933 invoked by alias); 19 Jul 2006 13:59:59 -0000 Received: (qmail 883 invoked by uid 48); 19 Jul 2006 13:59:49 -0000 Date: Wed, 19 Jul 2006 13:59:00 -0000 Message-ID: <20060719135949.882.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/27882] [4.1/4.2 regression] segfault in ipa-inline.c, if (e->callee->local.disregard_inline_limits In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" 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 X-SW-Source: 2006-07/txt/msg01506.txt.bz2 List-Id: ------- Comment #24 from rguenth at gcc dot gnu dot org 2006-07-19 13:59 ------- Hmm, it needs to find the root of the callgraph first. Or all root nodes, and find cycles starting from there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27882