r261060 - in /branches/gomp-5_0-branch/gcc: c/C...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Fri Jun 1 10:16:00 GMT 2018


Author: jakub
Date: Fri Jun  1 10:16:18 2018
New Revision: 261060

URL: https://gcc.gnu.org/viewcvs?rev=261060&root=gcc&view=rev
Log:
	* c-typeck.c (c_finish_omp_clauses): Diagnose more than one
	nontemporal clause refering to the same variable.

	* semantics.c (finish_omp_clauses): Diagnose more than one
	nontemporal clause refering to the same variable.

	* c-c++-common/gomp/nontemporal-2.c: New test.

Modified:
    branches/gomp-5_0-branch/gcc/c/ChangeLog.gomp
    branches/gomp-5_0-branch/gcc/c/c-typeck.c
    branches/gomp-5_0-branch/gcc/cp/ChangeLog.gomp
    branches/gomp-5_0-branch/gcc/cp/semantics.c
    branches/gomp-5_0-branch/gcc/testsuite/ChangeLog.gomp



More information about the Gcc-cvs mailing list