From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23444 invoked by alias); 12 Nov 2007 22:05:59 -0000 Received: (qmail 23434 invoked by uid 22791); 12 Nov 2007 22:05:58 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Nov 2007 22:05:53 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id lACM3lTG006676; Mon, 12 Nov 2007 17:03:47 -0500 Received: from lacrosse.corp.redhat.com (lacrosse.corp.redhat.com [172.16.52.154]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id lACM3l4H027125; Mon, 12 Nov 2007 17:03:47 -0500 Received: from caliban.home (sebastian-int.corp.redhat.com [172.16.52.221]) by lacrosse.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id lACM3kD9019134; Mon, 12 Nov 2007 17:03:47 -0500 Message-ID: <4738CDC2.7020202@redhat.com> Date: Mon, 12 Nov 2007 23:36:00 -0000 From: Jason Merrill User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: Jakub Jelinek CC: Mark Mitchell , gcc-patches@gcc.gnu.org Subject: Re: [C++ PATCH] Issue errors on invalid use of non-static memfn in build_new_op (PR c++/29225) References: <20071112170628.GG5451@devserv.devel.redhat.com> In-Reply-To: <20071112170628.GG5451@devserv.devel.redhat.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: 2007-11/txt/msg00676.txt.bz2 OK. Jason