From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29645 invoked by alias); 21 Sep 2009 19:47:30 -0000 Received: (qmail 29634 invoked by uid 22791); 21 Sep 2009 19:47:29 -0000 X-SWARE-Spam-Status: No, hits=-2.3 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; Mon, 21 Sep 2009 19:47:25 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8LJlO2Y017183 for ; Mon, 21 Sep 2009 15:47:24 -0400 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8LJlKWf031930 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 21 Sep 2009 15:47:23 -0400 Message-ID: <4AB7D848.4070307@redhat.com> Date: Mon, 21 Sep 2009 19:47:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [RFA] Real C++ operator validation References: <4AB4121C.3060803@redhat.com> <20090920203423.GA3273@caradoc.them.org> In-Reply-To: <20090920203423.GA3273@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00684.txt.bz2 On 09/20/2009 01:34 PM, Daniel Jacobowitz wrote: > On Fri, Sep 18, 2009 at 04:05:00PM -0700, Keith Seitz wrote: >> Ok?/Comments?/Concerns? > > This looks OK to me. > I've committed this patch. Thank you for reviewing it! Keith