Re: [gomp4] Fix up #pragma omp declare simd parsing

2013-07-14 Thread Jason Merrill
OK. Jason

Re: [gomp4] Fix up #pragma omp declare simd parsing

2013-07-13 Thread Jason Merrill
On 07/01/2013 05:18 AM, Jakub Jelinek wrote: (cp_finish_omp_declare_simd): Renamed to... (cp_finalize_omp_declare_simd): ... this. Adjust for ... (cp_finish_omp_declare_simd): New function. So now we have finish and finalize; please choose more distinct names.

Re: [gomp4] Fix up #pragma omp declare simd parsing

2013-07-13 Thread Jakub Jelinek
On Sat, Jul 13, 2013 at 05:33:15PM -0700, Jason Merrill wrote: On 07/01/2013 05:18 AM, Jakub Jelinek wrote: (cp_finish_omp_declare_simd): Renamed to... (cp_finalize_omp_declare_simd): ... this. Adjust for ... (cp_finish_omp_declare_simd): New function. So now we have finish

[gomp4] Fix up #pragma omp declare simd parsing

2013-07-01 Thread Jakub Jelinek
Hi! The latest OpenMP 4.0 wording says: The expressions appearing in the clauses of this directive are evaluated in the scope of the arguments of the function declaration or definition. so the current implementation of parsing all the clauses at the place where they appear and just don't lookup