From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10723 invoked by alias); 1 Jan 2008 02:11:19 -0000 Received: (qmail 10714 invoked by uid 22791); 1 Jan 2008 02:11:18 -0000 X-Spam-Check-By: sourceware.org Received: from server1.sourceware.org (HELO localhost.localdomain) (127.0.0.1) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 01 Jan 2008 02:11:02 +0000 Subject: [Bug rtl-optimization/31944] [4.1/4.2 Regression] Endless loop while building a 64-bit 2.6.20 kernel In-Reply-To: X-Mailer: Mail::Mailer[v1.74] Net::SMTP[v2.29] X-Bugzilla-Reason: CC References: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "danglin 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 Date: Tue, 01 Jan 2008 02:11:00 -0000 X-SW-Source: 2008-01/txt/msg00004.txt.bz2 Message-ID: <20080101021100.9fnAEhWvmZt150BRJBoQN4JmB_cgr42hLwG0OYmAN8s@z> ------- Comment #14 from danglin at gcc dot gnu dot org 2008-01-01 02:09 ------- This appears to have been fixed by the following change on the trunk: 2007-09-04 Jan Hubicka * invoke.texi (-finline-small-functions): Document. * ipa-inline.c (cgraph_default_inline_p): Do not use DECL_INLINE when deciding what is inlinable. (cgraph_decide_recursive_inlining): Handle flag_inline_functions. (cgraph_decide_inlining_of_small_function): Handle new flags. (cgraph_decide_inlining_incrementally): Likewise. * opts.c (decode_options): Enable flag_inline_small_functions at -O2 * common.opt (finline-small-functions): New. * Makefile.in (build/gengtype.o-warn): Work around PR29478 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31944