On Wed, Oct 21, 2015 at 03:53:17PM -0400, Nathan Sidwell wrote: > This patch has some new execution tests, verifying loop partitioning is > behaving as expected. > > There are more execution tests on the gomp4 branch, but many of them use > reductions. We'll merge those once reductions are merged. > > nathan
> 2015-10-20 Nathan Sidwell <nat...@codesourcery.com> > > * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: New. > * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: New. > * testsuite/libgomp.oacc-c-c++-common/loop-g-1.s: New. As Ilya mentioned, this one should go. > * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: New. > * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: New. > * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: New. > * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: New. And, I must say I'm at least missing testcases that check parsing but also runtime behavior of the vector or worker clause arguments (there is one gang (static:1) clause, but not the other clauses nor other styles of gang arguments. Jakub