From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4906 invoked by alias); 13 Jul 2007 03:36:29 -0000 Received: (qmail 4896 invoked by uid 22791); 13 Jul 2007 03:36:29 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.227) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Jul 2007 03:36:27 +0000 Received: by wx-out-0506.google.com with SMTP id i31so362473wxd for ; Thu, 12 Jul 2007 20:36:25 -0700 (PDT) Received: by 10.70.87.9 with SMTP id k9mr2201563wxb.1184297784973; Thu, 12 Jul 2007 20:36:24 -0700 (PDT) Received: by 10.70.31.1 with HTTP; Thu, 12 Jul 2007 20:36:24 -0700 (PDT) Message-ID: Date: Fri, 13 Jul 2007 03:45:00 -0000 From: "Laurynas Biveinis" To: dsh@google.com, gcc-patches@gcc.gnu.org Subject: Re: Remove an RTL usage in the C++ front end In-Reply-To: <20070713032718.GA18363@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070713032718.GA18363@google.com> X-IsSubscribed: yes 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-07/txt/msg01225.txt.bz2 The ChangeLog disagrees with the actual patch: > * cp/method.c (use_thunk): Use DECL_NAME instead of DECL_RTL to > + fnname = get_name (thunk_fndecl); -- Laurynas