Hi!
On Tue, 8 Oct 2013 21:52:40 +0200, Jakub Jelinek wrote:
> --- gcc/c/c-parser.c (.../trunk) (revision 203241)
> +++ gcc/c/c-parser.c (.../branches/gomp-4_0-branch) (revision 203287)
> +c_parser_omp_clause_thread_limit (c_parser *parser, tree list)
> [...]
> + location_t num_teams_loc
On Thu, Oct 10, 2013 at 05:14:02PM +, Joseph S. Myers wrote:
> My only comment is that you change the parameters to
> c_parser_binary_expression, but don't change the comment above that
> function documenting what they are.
Thanks, here is the fix for that:
2013-10-10 Jakub Jelinek
My only comment is that you change the parameters to
c_parser_binary_expression, but don't change the comment above that
function documenting what they are.
--
Joseph S. Myers
jos...@codesourcery.com
Hi!
Sorry for the subject, that was meant to be [2/6], not [1/6].
Jakub