From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75985 invoked by alias); 22 Sep 2016 10:16:15 -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 75965 invoked by uid 89); 22 Sep 2016 10:16:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.0 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Sep 2016 10:16:05 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B5462837; Thu, 22 Sep 2016 10:16:03 +0000 (UTC) Received: from localhost (ovpn-116-66.ams2.redhat.com [10.36.116.66]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8MAG2Ju006750; Thu, 22 Sep 2016 06:16:03 -0400 Date: Thu, 22 Sep 2016 10:36:00 -0000 From: Jonathan Wakely To: Ville Voutilainen Cc: Christophe Lyon , libstdc++ , "gcc-patches@gcc.gnu.org" Subject: Re: [v3 PATCH] PR libstdc++/77288 and the newest proposed resolution for LWG 2756 Message-ID: <20160922101602.GY17376@redhat.com> References: <20160921093115.GI17376@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.7.0 (2016-08-17) X-SW-Source: 2016-09/txt/msg01521.txt.bz2 On 22/09/16 12:41 +0300, Ville Voutilainen wrote: >On 22 September 2016 at 12:37, Christophe Lyon > wrote: >>> Does the attached patch fix the problem? >> >> Yes, thanks! > >Here be the changelog. Jonathan, ok for trunk? Patch attached again >for convenience. OK, thanks. (Somebody should fix PR58938 so exception_ptr is portable).