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]

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


Author: cesar
Date: Fri Aug 14 16:45:41 2015
New Revision: 226898

URL: https://gcc.gnu.org/viewcvs?rev=226898&root=gcc&view=rev
Log:
	gcc/
	* c/c-typeck.c (c_finish_omp_clauses): Permit variables to appear
	in both OpenACC data and reduction clauses.
	* cp/semantics.c (finish_omp_clauses): Likewise.

	gcc/testsuite/
	* c-c++-common/goacc/parallel-reduction.c: New test.


Added:
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/parallel-reduction.c
Modified:
    branches/gomp-4_0-branch/gcc/c/ChangeLog.gomp
    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/semantics.c
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp


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