Re: PR c/65586: Skipping omp pragmas with -fopenmp-simd

2015-03-27 Thread Jakub Jelinek
On Fri, Mar 27, 2015 at 10:58:14AM +0100, Tobias Burnus wrote: > For -fopenmp-simd, GCC did not properly jump passed the clauses of > ignored directives. It worked, for "for simd" directives and for > those without clauses. > > Bootstrapped and regtested on x86-64-gnu-linux. > OK for the trunk? >

PR c/65586: Skipping omp pragmas with -fopenmp-simd

2015-03-27 Thread Tobias Burnus
For -fopenmp-simd, GCC did not properly jump passed the clauses of ignored directives. It worked, for "for simd" directives and for those without clauses. Bootstrapped and regtested on x86-64-gnu-linux. OK for the trunk? Tobias 2015-03-28 Tobias Burnus PR c/65586 gcc/c/ * c-parser.c (c_pars