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

2013-07-20 Thread Joseph S. Myers
On Sat, 20 Jul 2013, Jakub Jelinek wrote: > Joseph, any comments? I have no comments here. -- Joseph S. Myers jos...@codesourcery.com

[gomp4] Fix up C #pragma omp declare simd parsing

2013-07-19 Thread Jakub Jelinek
Hi! This is the C FE counterpart of the http://gcc.gnu.org/ml/gcc-patches/2013-07/msg00520.html changes. The OpenMP 4.0 standard in the end requires that the #pragma omp declare simd clauses are parsed at the scope of the function parameters, but lexically comes before the function return type, s