From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19471 invoked by alias); 26 Jun 2014 05:08:33 -0000 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 Received: (qmail 19455 invoked by uid 89); 26 Jun 2014 05:08:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_05,KAM_COUK,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: avasout07.plus.net Received: from avasout07.plus.net (HELO avasout07.plus.net) (84.93.230.235) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Jun 2014 05:08:31 +0000 Received: from webmail.plus.net ([84.93.228.66]) by avasout07 with smtp id Jt8T1o0021SbfYc01t8TrM; Thu, 26 Jun 2014 06:08:27 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=O4C3vXNW c=1 sm=1 tr=0 a=C5+YawzV8SR07mwocaP9vA==:117 a=rJgRRbfb+UpHm5KwX9t5uQ==:17 a=0Bzu9jTXAAAA:8 a=dYCPD3cKDi0A:10 a=5LfTt-Tm1vgA:10 a=EDeDkkTReK4A:10 a=IkcTkHD0fZMA:10 a=ZBkl__CYAAAA:8 a=mrHjP8x4AAAA:8 a=7vtFykjVAAAA:8 a=RDiDHfIL1RBBhNFcTxcA:9 a=QEXdDO2ut3YA:10 a=shzV99lHrCAA:10 a=BLrVpfozMvsA:10 a=h3fL8LehzaQA:10 X-AUTH: jessaminenet+adam:2501 Received: from munkyhouse.force9.co.uk ([84.92.244.81]) by webmail.plus.net with HTTP (HTTP/1.1 POST); Thu, 26 Jun 2014 06:08:27 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 26 Jun 2014 05:08:00 -0000 From: Adam Butcher To: Jason Merrill Cc: Paolo Carlini , , Alexander Adam , Jonathan Wakely Subject: Re: [PATCH] Fix PR c++/61537 In-Reply-To: <53AB37BF.1020108@redhat.com> References: <53AAC4B2.3040905@redhat.com> <1403666183-13009-1-git-send-email-adam@jessamine.co.uk> <53AB37BF.1020108@redhat.com> Message-ID: X-Sender: adam@jessamine.co.uk User-Agent: Roundcube Webmail/0.7.4 X-SW-Source: 2014-06/txt/msg02088.txt.bz2 On 2014-06-25 21:57, Jason Merrill wrote: > OK, thanks. > Do you want me to apply to 4.9 too?