This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: #pragma GCC unroll support


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]