]> gcc.gnu.org Git - gcc.git/commit - gcc/c/ChangeLog
c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...
authorJakub Jelinek <jakub@redhat.com>
Thu, 24 Apr 2014 21:20:28 +0000 (23:20 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 24 Apr 2014 21:20:28 +0000 (23:20 +0200)
commit42056eaced812253def2d3be64b755a998c8f830
treeeca87031145bd4f31013353e8d6e18d6304def16
parentf7468577f88cbfe33e0a5e9a2104a32f7e45c44f
c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...

gcc/c/
* c-parser.c (c_parser_omp_atomic): Allow seq_cst before
atomic-clause, allow comma in between atomic-clause and
seq_cst.
gcc/cp/
* parser.c (cp_parser_omp_atomic): Allow seq_cst before
atomic-clause, allow comma in between atomic-clause and
seq_cst.
gcc/testsuite/
* c-c++-common/gomp/atomic-16.c: Remove all dg-error directives.
Replace load with read and store with write.
libgomp/
* testsuite/libgomp.c++/atomic-14.C: Allow seq_cst and
atomic type clauses in any order and optional comma in between.
* testsuite/libgomp.c++/atomic-15.C: Likewise.
* testsuite/libgomp.c/atomic-17.c: Likewise.

From-SVN: r209762
gcc/c/ChangeLog
gcc/c/c-parser.c
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/gomp/atomic-16.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.c++/atomic-14.C
libgomp/testsuite/libgomp.c++/atomic-15.C
libgomp/testsuite/libgomp.c/atomic-17.c
This page took 0.064999 seconds and 5 git commands to generate.