Re: [gomp4 2/2] Initial support for the OpenACC kernels construct in the C front end.

2014-03-20 Thread Thomas Schwinge
Hi! On Fri, 28 Feb 2014 10:23:01 +0100, I wrote: > diff --git gcc/testsuite/c-c++-common/goacc/nesting-fail-1.c > gcc/testsuite/c-c++-common/goacc/nesting-fail-1.c > index 24a4c11..d88ee8a 100644 > --- gcc/testsuite/c-c++-common/goacc/nesting-fail-1.c > +++ gcc/testsuite/c-c++-common/goacc/nestin

[gomp4 2/2] Initial support for the OpenACC kernels construct in the C front end.

2014-02-28 Thread Thomas Schwinge
From: tschwinge gcc/c-family/ * c-pragma.c (oacc_pragmas): Add "kernels". * c-pragma.h (enum pragma_kind): Add PRAGMA_OACC_KERNELS. gcc/c/ * c-parser.c (OACC_KERNELS_CLAUSE_MASK): New macro definition. (c_parser_oacc_kernels): New function.