Re: [1/6] OpenMP 4.0 C FE support

2014-05-22 Thread Thomas Schwinge
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

Re: [1/6] OpenMP 4.0 C FE support

2013-10-10 Thread Jakub Jelinek
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

Re: [1/6] OpenMP 4.0 C FE support

2013-10-10 Thread Joseph S. Myers
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

Re: [1/6] OpenMP 4.0 C FE support

2013-10-08 Thread Jakub Jelinek
Hi! Sorry for the subject, that was meant to be [2/6], not [1/6]. Jakub