From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125069 invoked by alias); 28 Jun 2015 15:13:56 -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 125053 invoked by uid 89); 28 Jun 2015 15:13:55 -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,SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 28 Jun 2015 15:13:55 +0000 Received: from tuna (93-82-132-169.adsl.highway.telekom.at [93.82.132.169]) by ainaz.pair.com (Postfix) with ESMTPSA id C66CF3F41D; Sun, 28 Jun 2015 11:13:50 -0400 (EDT) Date: Sun, 28 Jun 2015 15:18:00 -0000 From: Gerald Pfeifer To: Ramana Radhakrishnan cc: gcc-patches@gcc.gnu.org Subject: Re: [Patch wwwdocs] Document caveat with guard initializations for C++ on architectures without barrier instructions. In-Reply-To: <558D1830.5020904@foss.arm.com> Message-ID: References: <558D1830.5020904@foss.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg02034.txt.bz2 On Fri, 26 Jun 2015, Ramana Radhakrishnan wrote: > OK ? One sence has "will ... either ... or .... would" where I think using "will" in both cases may be better? Apart from this it looks good to me. Plus, as maintainer you don't need approval for contributions like this. :-) Gerald