From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24971 invoked by alias); 12 Jun 2006 18:04:55 -0000 Received: (qmail 23629 invoked by uid 48); 12 Jun 2006 18:04:01 -0000 Date: Mon, 12 Jun 2006 18:05:00 -0000 Message-ID: <20060612180401.23627.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/27882] [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: "tbm at cyrius dot com" 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-06/txt/msg01185.txt.bz2 List-Id: ------- Comment #19 from tbm at cyrius dot com 2006-06-12 18:03 ------- Created an attachment (id=11654) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11654&action=view) C test case Here's a C test case (from the Linux kernel). 5289:tbm@reyes: ~] /usr/local/bin/gcc -c -O2 --param ggc-min-expand=0 --param ggc-min-heapsize=0 net.i net/tipc/net.c:311: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. zsh: exit 1 /usr/local/bin/gcc -c -O2 --param ggc-min-expand=0 --param ggc-min-heapsize=0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27882