r207848 - in /branches/gomp-4_0-branch/gcc: Cha...
tschwinge@gcc.gnu.org
tschwinge@gcc.gnu.org
Tue Feb 18 16:25:00 GMT 2014
Author: tschwinge
Date: Tue Feb 18 16:25:12 2014
New Revision: 207848
URL: http://gcc.gnu.org/viewcvs?rev=207848&root=gcc&view=rev
Log:
OpenACC parallel structured blocks.
gcc/
* omp-low.c (diagnose_sb_0, diagnose_sb_1, diagnose_sb_2): Handle
GIMPLE_OACC_PARALLEL.
* gimplify.c (gimplify_case_label_expr): Update comment.
gcc/testsuite/
* gcc.dg/goacc/parallel-sb-1.c: New file.
* gcc.dg/goacc/parallel-sb-2.c: Likewise.
Added:
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/goacc/parallel-sb-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/goacc/parallel-sb-2.c
Modified:
branches/gomp-4_0-branch/gcc/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/c/c-parser.c
branches/gomp-4_0-branch/gcc/gimplify.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