From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11510 invoked by alias); 29 Jun 2019 12:14:52 -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 11496 invoked by uid 89); 29 Jun 2019 12:14:51 -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=HTo:U*ebotcazou, H*i:sk:2175092, HX-Languages-Length:347 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; Sat, 29 Jun 2019 12:14:50 +0000 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 23FCA81F01; Sat, 29 Jun 2019 12:14:49 +0000 (UTC) Received: from localhost (unknown [10.33.36.11]) by smtp.corp.redhat.com (Postfix) with ESMTP id CBAD219C65; Sat, 29 Jun 2019 12:14:48 +0000 (UTC) Date: Sat, 29 Jun 2019 12:14: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: <20190629121426.GQ7627@redhat.com> References: <2175092.5hV0XgF4mA@polaris> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <2175092.5hV0XgF4mA@polaris> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.11.3 (2019-02-01) X-SW-Source: 2019-06/txt/msg01886.txt.bz2 On 28/06/19 12:46 +0200, Eric Botcazou wrote: >+/* The implementation strategy for the c++0x thread support is as follows. s/c++0x/c++11/ please, it hasn't been 0x for eight years now :-) I haven't reviewed the rest yet, that just jumped out at me during a quick skim of the patch.