This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gomp4 8/9] OpenACC: Basic support for #pragma acc in the C front end.


On Wed, Nov 06, 2013 at 08:42:22PM +0100, thomas@codesourcery.com wrote:
> From: Thomas Schwinge <thomas@codesourcery.com>
> 
> 	gcc/c-family/
> 	* c-pragma.c (oacc_pragmas): New array.
> 	(c_pp_lookup_pragma, init_pragma): Handle it.
> 	gcc/
> 	* doc/invoke.texi (-fopenacc): Update.
> 
> 	gcc/c/
> 	* c-parser.c (c_parser_omp_all_clauses): Make a parser error
> 	message suitable for OpenACC, too.
> 	gcc/cp/
> 	* parser.c (cp_parser_omp_all_clauses): Make a parser error
> 	message suitable for OpenACC, too.

Ok for branch.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]