From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21031 invoked by alias); 1 Dec 2016 07:17:51 -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 20995 invoked by uid 89); 1 Dec 2016 07:17:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=villevoutilainengmailcom, ville.voutilainen@gmail.com, obvious-enough, obviousenough X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ua0-f175.google.com Received: from mail-ua0-f175.google.com (HELO mail-ua0-f175.google.com) (209.85.217.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Dec 2016 07:17:49 +0000 Received: by mail-ua0-f175.google.com with SMTP id 20so239008493uak.0; Wed, 30 Nov 2016 23:17:49 -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=mr11lFrR2lf0FE6P2miGGQmIwdxmU0YOoYnIZINfQAA=; b=Fr7jwwdeGZKodq8x/jp6BNMFPMXnaKR+ut7jd1iXmr/654F03HCQx5/GSFUwUsu4Yq 3lE7kTs5Dq9AquKisZm3Zr46NP8ZB3R1mggMg07kCcyZuGIe1n2Kg2D4uR2zV6XQ1vvL 6elb4N/WW8PaX3SEKL6GfK5OKfkqIuol/mdSq3jPekL0IE0TXoiXCMDN/zsfCYGQhNFT nhTvFbijsqtTaJEZBbTyXWD/AMwOKTDTEnq4PUaZZ9bkfRfkbBDT5frK7hg/x1ZeMRhg 8Cgf3gqv0P7oZdvRL2Htc2m9NI3EGyBWBKo/4uNP+ZXXwAP9us2R55ph5J6XFfZzFFsb 3B7w== X-Gm-Message-State: AKaTC01Ytn9Ks5CXxePkKSsfPbjvHWdmxjG32H5fnfyd3Zx+I21HSa8BIOfQ9IqqCxBBOYnju02CQK69v4uOlw== X-Received: by 10.176.85.24 with SMTP id t24mr29232527uaa.21.1480576668036; Wed, 30 Nov 2016 23:17:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.50.74 with HTTP; Wed, 30 Nov 2016 23:17:47 -0800 (PST) In-Reply-To: References: <20161130162531.GT3301@redhat.com> <20161201053808.GI25596@x4> <20161201064535.GJ25596@x4> From: Ville Voutilainen Date: Thu, 01 Dec 2016 07:17:00 -0000 Message-ID: Subject: Re: [v3 PATCH] Fix testsuite failures caused by the patch implementing LWG 2534. To: Markus Trippelsdorf Cc: Jonathan Wakely , "libstdc++" , "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-12/txt/msg00017.txt.bz2 On 1 December 2016 at 09:14, Ville Voutilainen wrote: >> Yes it does. Thank you. > Committed as obvious-enough. Also, if this change causes one more problem I'm reverting all of it, we _are_ in stage 3 and this sort of churn is not exactly desirable. I'm currently hiding in a basement so as to avoid the wrath of release managers anyway. :)