r265988 - in /trunk/gcc: c/ChangeLog c/c-parser...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Fri Nov 9 20:20:00 GMT 2018


Author: jakub
Date: Fri Nov  9 20:20:53 2018
New Revision: 265988

URL: https://gcc.gnu.org/viewcvs?rev=265988&root=gcc&view=rev
Log:
	* c-parser.c (c_parser_omp_requires): Call sorry_at on requires
	clauses other than atomic_default_mem_order.

	* parser.c (cp_parser_omp_requires): Call sorry_at on requires
	clauses other than atomic_default_mem_order.

	* c-c++-common/gomp/requires-1.c: Prune not supported yet messages.
	* c-c++-common/gomp/requires-2.c: Likewise.
	* c-c++-common/gomp/requires-4.c: Likewise.

Modified:
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-parser.c
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/c-c++-common/gomp/requires-1.c
    trunk/gcc/testsuite/c-c++-common/gomp/requires-2.c
    trunk/gcc/testsuite/c-c++-common/gomp/requires-4.c



More information about the Gcc-cvs mailing list