On 11/11/2016 03:43 PM, Cesar Philippidis wrote:
> Like it's c FE counterpart, this contains the following changes:
>
> * Updates c_parser_oacc_shape_clause to accept a location_t
>argument in order to make the diagnostics more precise.
>
> * Adds support for the bind and nohost clauses.
>
On 11/18/2016 04:21 AM, Jakub Jelinek wrote:
> On Fri, Nov 11, 2016 at 03:43:23PM -0800, Cesar Philippidis wrote:
>> @@ -11801,12 +11807,11 @@ c_parser_oacc_shape_clause (c_parser *parser,
>> omp_clause_code kind,
>> }
>>
>>location_t expr_loc = c_parser_peek_token (parser)->loc
On Fri, Nov 11, 2016 at 03:43:23PM -0800, Cesar Philippidis wrote:
> @@ -11801,12 +11807,11 @@ c_parser_oacc_shape_clause (c_parser *parser,
> omp_clause_code kind,
> }
>
> location_t expr_loc = c_parser_peek_token (parser)->location;
> - c_expr cexpr = c_parser_expr_no_c
On 2016/11/12 07:43 AM, Cesar Philippidis wrote:
> Like it's c FE counterpart, this contains the following changes:
>
> * Updates c_parser_oacc_shape_clause to accept a location_t
>argument in order to make the diagnostics more precise.
>
> * Adds support for the bind and nohost clauses.
>
Like it's c FE counterpart, this contains the following changes:
* Updates c_parser_oacc_shape_clause to accept a location_t
argument in order to make the diagnostics more precise.
* Adds support for the bind and nohost clauses.
* Adds more diagnostics for invalid acc routines.
Is this pa
This contains the following changes:
* Updates c_parser_oacc_{shape,simple}_clause to accept a location_t
argument in order to make the diagnostics more precise.
* Adds support for the bind and nohost clauses.
* Adds more diagnostics for invalid acc routines.
Is this patch OK for trunk?