This is the mail archive of the gcc-cvs@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]

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


Author: jnorris
Date: Thu Jan  7 18:37:48 2016
New Revision: 232139

URL: https://gcc.gnu.org/viewcvs?rev=232139&root=gcc&view=rev
Log:
	gcc/c/
	* c-parser.c (c_finish_oacc_routine): Add new attribute.
	* c-typeck.c (build_external_ref): Add usage check.

	gcc/cp/
	* parser.c (cp_finalize_oacc_routine): Add new attribute.
	* semantics.c (finish_id_expression): Add usage check.

	gcc/testsuite/
	* c-c++-common/goacc/routine-5.c: Additional tests.

	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/declare-4.c: Fix test.

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/c/c-typeck.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/cp/semantics.c
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/routine-5.c
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/declare-4.c


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