From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31584 invoked by alias); 2 Jul 2019 09:45:43 -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 31401 invoked by uid 89); 2 Jul 2019 09:45:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=H*f:sk:3776452, H*i:sk:3776452 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; Tue, 02 Jul 2019 09:45:38 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C183C356C4; Tue, 2 Jul 2019 09:45:36 +0000 (UTC) Received: from localhost (unknown [10.33.36.121]) by smtp.corp.redhat.com (Postfix) with ESMTP id 62F9E5D9D6; Tue, 2 Jul 2019 09:45:36 +0000 (UTC) Date: Tue, 02 Jul 2019 09:45:00 -0000 From: Jonathan Wakely To: Eric Botcazou Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: [patch] Reimplement GNU threads library on native Windows Message-ID: <20190702094535.GG4665@redhat.com> References: <2175092.5hV0XgF4mA@polaris> <20190629121426.GQ7627@redhat.com> <3776452.kYZe2UzrzK@polaris> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <3776452.kYZe2UzrzK@polaris> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.11.3 (2019-02-01) X-SW-Source: 2019-07/txt/msg00119.txt.bz2 On 02/07/19 11:23 +0200, Eric Botcazou wrote: >> s/c++0x/c++11/ please, it hasn't been 0x for eight years now :-) > >I suppose I didn't invent it though, so you'll probably find more with grep... Yes there are definitely still references to C++0x elsewhere in libstdc++, especially in the testsuite, but let's not add new ones. That was the only one I found in your patch.