From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21146 invoked by alias); 24 Aug 2007 01:14:11 -0000 Received: (qmail 20993 invoked by uid 22791); 24 Aug 2007 01:14:10 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Aug 2007 01:14:08 +0000 Received: (qmail 18864 invoked from network); 24 Aug 2007 01:14:06 -0000 Received: from unknown (HELO ?10.224.12.234?) (mitchell@127.0.0.2) by mail.codesourcery.com with ESMTPA; 24 Aug 2007 01:14:06 -0000 Message-ID: <46CE00AF.6060500@codesourcery.com> Date: Fri, 24 Aug 2007 01:14:00 -0000 From: Mark Mitchell User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Richard Guenther CC: gcc-patches@gcc.gnu.org Subject: Re: [PATCH][C++][C] Remove cannot_inline_tree_fn langhook References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg01603.txt.bz2 Richard Guenther wrote: > cp/ > * tree.c (cp_cannot_inline_tree_fn): Remove. > * cp-tree.h (cp_cannot_inline_tree_fn): Likewise. > * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN): > Remove define. This is OK. (I suspect that when I changed the C++ front end to always do unit-at-a-time I obviated the need to do instantiation.) Yay, thanks! -- Mark Mitchell CodeSourcery mark@codesourcery.com (650) 331-3385 x713