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

nathan@gcc.gnu.org nathan@gcc.gnu.org
Mon Aug 17 20:44:00 GMT 2015


Author: nathan
Date: Mon Aug 17 20:44:27 2015
New Revision: 226954

URL: https://gcc.gnu.org/viewcvs?rev=226954&root=gcc&view=rev
Log:
	c/
	* c-parser.c (c_finish_oacc_routine): Add named parameter.  Adjust
	all callers.
	(c_parser_declaration_or_fndef): Add missing c_finish_oacc_routine
	call.
	(c_parser_oacc_routine): Adjust error messages to match C++ FE.

	cp/
	* parser.c (cp_parser_finish_oacc_routine): Adjust to match
	errors from C FE.

	testsuite/
	* c-c++-common/goacc/routine-5.c: New.

	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/routine-1.c: Avoid
	uninteresting warning.
	* testsuite/libgomp.oacc-c-c++-common/routine-1.c: Likewise.

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
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-2.c



More information about the Gcc-cvs mailing list