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 Fri, Jan 30, 2015 at 08:27:06AM -0800, Mike Stump wrote:
>  
> +static bool
> +c_parse_pragma_ivdep (c_parser *parser)
> +{
> +  c_parser_consume_pragma (parser);
> +  c_parser_skip_to_pragma_eol (parser);
> +  return true;
> +}
> +
> +static unsigned short
> +c_parser_pragma_unroll (c_parser *parser)
> +{

Note that these functions are missing comments.

	Marek


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