From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8159 invoked by alias); 12 Jun 2006 20:18:45 -0000 Received: (qmail 8044 invoked by uid 48); 12 Jun 2006 20:18:37 -0000 Date: Mon, 12 Jun 2006 20:51:00 -0000 Message-ID: <20060612201837.8043.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/msg01195.txt.bz2 List-Id: ------- Comment #20 from tbm at cyrius dot com 2006-06-12 20:18 ------- Finally, a *small* test case. 5336:tbm@reyes: ~/tmp/delta/bin] /usr/local/bin/gcc -c -O1 --param ggc-min-expand=0 --param ggc-min-heapsize=0 mini.c mini.c:27: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. 5337:tbm@reyes: ~/tmp/delta/bin] /usr/local/bin/gcc -c --param ggc-min-expand=0 --param ggc-min-heapsize=0 mini.c 5338:tbm@reyes: ~/tmp/delta/bin] cat mini.c struct sk_buff { } raw_hdlc_proto; struct tipc_msg *buf_msg (struct sk_buff *skb) { } void buf_discard (struct sk_buff *skb) { } void tipc_net_route_msg (struct sk_buff *buf); static inline __attribute__ ((always_inline)) tipc_port_recv_msg (struct sk_buff *buf) { { tipc_net_route_msg (buf); } } void tipc_net_route_msg (struct sk_buff *buf) { { { tipc_port_recv_msg (buf); } } } 5339:tbm@reyes: ~/tmp/delta/bin] -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27882