From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69606 invoked by alias); 16 Sep 2016 13:41:12 -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 69577 invoked by uid 89); 16 Sep 2016 13:41:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=HTo:U*gerald X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Sep 2016 13:40:59 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id u8GDet3B026425; Fri, 16 Sep 2016 08:40:55 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id u8GDes0B026422; Fri, 16 Sep 2016 08:40:54 -0500 Date: Fri, 16 Sep 2016 14:35:00 -0000 From: Segher Boessenkool To: Gerald Pfeifer Cc: Jeff Law , gcc-patches@gcc.gnu.org Subject: Re: [PATCH 1/3] Put a TARGET_LRA_P into every target Message-ID: <20160916134054.GB6920@gate.crashing.org> References: <20160914103510.GA24835@gate.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg01052.txt.bz2 On Fri, Sep 16, 2016 at 12:26:42PM +0200, Gerald Pfeifer wrote: > On Wed, 14 Sep 2016, Segher Boessenkool wrote: > > 2016-09-14 Segher Boessenkool > > > > * target.def (lra_p): Change commentary (for the manual) for the > > new default. > > * doc/tm.texi: Regenerate. > > "returns always true" -> "always returns true" ? > > (The former is how we'd say it in German, and hence might be common in > Dutch as well? In English, both probably are fine, the latter feeling > more natural to me. But then, I'm not a native speaker. ;-) In Dutch we would do this altogether differently. I did not change this text at all though (except s/false/true/) ;-) Does just "The default version of this target hook returns true." sound better? I.e. delete "always". Segher