r239519 - in /branches/gomp-4_0-branch/gcc: c/C...

tschwinge@gcc.gnu.org tschwinge@gcc.gnu.org
Wed Aug 17 00:54:00 GMT 2016


Author: tschwinge
Date: Wed Aug 17 00:54:39 2016
New Revision: 239519

URL: https://gcc.gnu.org/viewcvs?rev=239519&root=gcc&view=rev
Log:
Use correct location information for OpenACC shape and simple clauses in C/C++

	gcc/c/
	* c-parser.c (c_parser_oacc_shape_clause)
	(c_parser_oacc_simple_clause): Add loc formal parameter.  Adjust
	all users.
	gcc/cp/
	* parser.c (cp_parser_oacc_shape_clause): Add loc formal
	parameter.  Adjust all users.

Modified:
    branches/gomp-4_0-branch/gcc/c/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/c/c-parser.c
    branches/gomp-4_0-branch/gcc/cp/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/cp/parser.c



More information about the Gcc-cvs mailing list