From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17912 invoked by alias); 26 Nov 2008 00:01:43 -0000 Received: (qmail 26387 invoked by uid 48); 26 Nov 2008 00:00:12 -0000 Date: Wed, 26 Nov 2008 00:01:00 -0000 Message-ID: <20081126000012.26386.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/38269] Segmentation fault in main_block_label when using -fno-unit-at-a-time and precompiled headers containing inline functions In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "d dot g dot gorbachev at gmail dot com" 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: 2008-11/txt/msg02221.txt.bz2 ------- Comment #6 from d dot g dot gorbachev at gmail dot com 2008-11-26 00:00 ------- GCC 4.3.2 failed to compile the testcase with "internal compiler error: in copy_phis_for_bb, at tree-inline.c:1227" or "internal compiler error: in gimplify_expr, at gimplify.c:6146" message. GCC 4.4.0 works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38269