From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30598 invoked by alias); 29 Jan 2015 23:06:17 -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 30583 invoked by uid 89); 29 Jan 2015 23:06:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 29 Jan 2015 23:06:11 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1YGyA3-000545-Bl from joseph_myers@mentor.com ; Thu, 29 Jan 2015 15:06:07 -0800 Received: from digraph.polyomino.org.uk (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.3.224.2; Thu, 29 Jan 2015 23:06:05 +0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.82) (envelope-from ) id 1YGyA0-00083r-IO; Thu, 29 Jan 2015 23:06:04 +0000 Date: Fri, 30 Jan 2015 02:51:00 -0000 From: Joseph Myers To: Mike Stump CC: Richard Biener , gcc-patches Patches , Jason Merrill Subject: Re: #pragma GCC unroll support In-Reply-To: Message-ID: References: <0596944B-9DDC-4299-8CBC-9B6EB06BEF68@comcast.net> <9FE5AF27-EB8A-4CC3-A345-A69C2BFD8F30@comcast.net> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2015-01/txt/msg02678.txt.bz2 On Mon, 26 Jan 2015, Mike Stump wrote: > +@item #pragma GCC unroll @var{"n"} > +@cindex pragma GCC unroll @var{"n"} @var contains the name of a metasyntactic variable; it doesn't make sense for quotes to be included in that name. And as far as I can tell, the quotes aren't part of the syntax either. That is, you should just have @var{n} there, and state explicitly in the text what @var{n} is (an assignment-expression that evaluates to an integer constant, it looks like). -- Joseph S. Myers joseph@codesourcery.com