From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49333 invoked by alias); 14 Nov 2016 20:51:27 -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 49288 invoked by uid 89); 14 Nov 2016 20:51:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=villevoutilainengmailcom, ville.voutilainen@gmail.com, requirements.cc, UD:requirements.cc X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ua0-f195.google.com Received: from mail-ua0-f195.google.com (HELO mail-ua0-f195.google.com) (209.85.217.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Nov 2016 20:51:15 +0000 Received: by mail-ua0-f195.google.com with SMTP id 12so7228467uas.3; Mon, 14 Nov 2016 12:51:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=IhAjtJWA9II8Ih0HwLc6VPkNYIQojdXlGuqQvQYe2JY=; b=CFL/776u5XzjJSBQ9kSEpLAdhdzFjVVlO29jgYowx3BH7gjiT1UK4dYNIEv5/mnM1D RppeaT4w1x4R9/F1LcRp8Cnhus2Mm+JLtYJWQZuzV/WgSLSgNW/0smH1tYXAYDfNhrWs 4T49ckJPYz2XS3qrcPtmoupeOObrgxEsNOygF/fF3Z82CNpqOMCYNghZIPk0RUVHxf20 U8lquRXnXUqKMrTdRA4yJaCIDsJd6MWl+RL5PRxfGt74+HKW+WxdkL9Vsktj5poPyA7x sN+X6BU71q+tTWxg2AK0mWsguqZYgLvP81pOB8R0Wka//xouH9S1hHWbecOYrxWVduDs aoNw== X-Gm-Message-State: ABUngvfXU9ZCzRxfvh5GRTRRZT+F8sp+p8q5y8g9EMpdmHJNsqyScRVnkND/UAhD5PKbXY71L/k1Tu16DJ5JXA== X-Received: by 10.159.53.100 with SMTP id o91mr9181673uao.146.1479156673404; Mon, 14 Nov 2016 12:51:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.48.213 with HTTP; Mon, 14 Nov 2016 12:51:12 -0800 (PST) In-Reply-To: References: <20161113210252.GH21992@redhat.com> <20161113211024.GJ21992@redhat.com> <20161113224359.GK21992@redhat.com> From: Ville Voutilainen Date: Mon, 14 Nov 2016 20:51:00 -0000 Message-ID: Subject: Re: [v3 PATCH] Implement P0504R0 (Revisiting in-place tag types for any/optional/variant). To: Jonathan Wakely Cc: "gcc-patches@gcc.gnu.org" , "libstdc++" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-11/txt/msg01390.txt.bz2 On 14 November 2016 at 22:49, Ville Voutilainen wrote: > I needed to do some minor tweaks in > testsuite/20_util/in_place/requirements.cc. I committed the attached > after testing the full suite on Linux-PPC64. P.S. make_unsigned/make_signed tests seem broken. That's not caused by any of my patches. The expected diagnostic message seems to have changed. I can probably fix that, but I will do the hash-poisoning patch first.