From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113167 invoked by alias); 7 Sep 2015 11:31:59 -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 111930 invoked by uid 89); 7 Sep 2015 11:31:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 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; Mon, 07 Sep 2015 11:31:56 +0000 Received: from [192.168.0.133] (vie-188-118-252-121.dsl.sil.at [188.118.252.121]) by ainaz.pair.com (Postfix) with ESMTPSA id B72333F426; Mon, 7 Sep 2015 07:31:53 -0400 (EDT) Date: Mon, 07 Sep 2015 11:32:00 -0000 From: Gerald Pfeifer To: Kyrill Tkachov cc: gcc-patches@gcc.gnu.org, Marcus Shawcroft , James Greenhalgh Subject: Re: [PATCH][wwwdocs][AArch64] Add entry for target attributes and pragmas In-Reply-To: <55E6B259.5040401@arm.com> Message-ID: References: <55E5B6BC.6020005@arm.com> <55E6B259.5040401@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00425.txt.bz2 On Wed, 2 Sep 2015, Kyrill Tkachov wrote: > My thinking was that when we introduce some new command-line option we > list it here and give a short description of it (new -mcpu values, for > example). However, here we introduce about 10 new target attributes and > pragmas and listing them all would make this entry too long for my > liking so as a shorthand for listing them all I chose to point to the > documentation. > > Unless you feel strongly against this reasoning I'd like to commit the > patch as is within 48 hours. I can follow your reasoning, and anyway the 48 hours are way over ;-), just have you considered adding a reference to the documentation (as a hyperlink to the respective section, if there is a good one, such as https://gcc.gnu.org/onlinedocs/gcc/ARM-Pragmas.html#ARM-Pragmas )? Gerald >