r212527 - in /branches/gomp-4_0-branch/gcc: Cha...
cesar@gcc.gnu.org
cesar@gcc.gnu.org
Mon Jul 14 21:29:00 GMT 2014
Author: cesar
Date: Mon Jul 14 21:29:39 2014
New Revision: 212527
URL: https://gcc.gnu.org/viewcvs?rev=212527&root=gcc&view=rev
Log:
gcc/c/
* c-parser.c (c_parser_oacc_all_clauses): Handle
PRAGMA_OMP_CLAUSE_COLLAPSE.
(OACC_LOOP_CLAUSE_MASK): Add PRAGMA_OMP_CLAUSE_COLLAPSE.
(c_parser_omp_for_loop): Remove asserts.
gcc/
* omp-low.c (extract_omp_for_data): Likewise.
(expand_omp_for_static_nochunk): Likewise.
gcc/testsuite/
* c-c++-common/goacc/collapse-1.c: New test.
Added:
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/collapse-1.c
Modified:
branches/gomp-4_0-branch/gcc/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/c/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/c/c-parser.c
branches/gomp-4_0-branch/gcc/omp-low.c
branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp
More information about the Gcc-cvs
mailing list