This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212527 - in /branches/gomp-4_0-branch/gcc: Cha...
- From: cesar at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 14 Jul 2014 21:29:40 -0000
- Subject: r212527 - in /branches/gomp-4_0-branch/gcc: Cha...
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