r274227 - in /trunk/gcc: c/ChangeLog c/c-parser...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Fri Aug 9 07:24:00 GMT 2019
Author: jakub
Date: Fri Aug 9 07:24:51 2019
New Revision: 274227
URL: https://gcc.gnu.org/viewcvs?rev=274227&root=gcc&view=rev
Log:
c/
* c-parser.c (check_no_duplicate_clause): Simplify using
omp_find_clause.
(c_parser_omp_clause_if): Fix up printing of target {enter,exit} data
directive name modifiers.
(c_parser_omp_clause_proc_bind): Check for duplicate proc_bind clause.
cp/
* parser.c (check_no_duplicate_clause): Simplify using
omp_find_clause.
(cp_parser_omp_clause_if): Fix up printing of target {enter,exit} data
directive name modifiers.
testsuite/
* c-c++-common/gomp/if-4.c: New test.
* c-c++-common/gomp/clause-dups-1.c: New test.
Added:
trunk/gcc/testsuite/c-c++-common/gomp/clause-dups-1.c
trunk/gcc/testsuite/c-c++-common/gomp/if-4.c
Modified:
trunk/gcc/c/ChangeLog
trunk/gcc/c/c-parser.c
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/parser.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list