From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15177 invoked by alias); 25 Oct 2009 22:28:42 -0000 Received: (qmail 15169 invoked by uid 22791); 25 Oct 2009 22:28:42 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 25 Oct 2009 22:28:38 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9PMSb70000776 for ; Sun, 25 Oct 2009 18:28:37 -0400 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9PMSafu009840; Sun, 25 Oct 2009 18:28:36 -0400 Message-ID: <4AE4D114.4030804@redhat.com> Date: Sun, 25 Oct 2009 22:39:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5pre) Gecko/20091023 Shredder/3.0pre MIME-Version: 1.0 To: Dodji Seketeli CC: gcc-patches@gcc.gnu.org Subject: Re: [RFA] PR c++/41020 References: <20091023193035.GQ30620@adjoa.torimasen.com> <4AE20CEB.6050608@redhat.com> <20091023212753.GS30620@adjoa.torimasen.com> <4AE24176.1020806@redhat.com> <20091025114928.GW30620@adjoa.torimasen.com> In-Reply-To: <20091025114928.GW30620@adjoa.torimasen.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2009-10/txt/msg01545.txt.bz2 On 10/25/2009 07:49 AM, Dodji Seketeli wrote: > PR c++/41020 > * decl.c (decls_match): Use DECL_IS_BUILTIN instead of > DECL_BUILT_IN. OK. Jason