Improve libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.c (was: [gomp4] Some additional OpenACC reduction tests)

2016-04-12 Thread Thomas Schwinge
Hi! Cesar didn't pick up my gomp-4_0-branch change in his recent trunk commit, so here goes: On Thu, 24 Mar 2016 17:57:55 +0100, I wrote: > On Wed, 29 Jul 2015 18:23:12 +0100, Julian Brown > wrote: > > This is a set of 19 new tests for OpenACC reductions, covering several > > ways of performing

Re: [gomp4] Some additional OpenACC reduction tests

2016-03-24 Thread Thomas Schwinge
Hi! On Wed, 29 Jul 2015 18:23:12 +0100, Julian Brown wrote: > This is a set of 19 new tests for OpenACC reductions, covering several > ways of performing reductions over the parallel and loop directives > using gang or worker/vector level parallelism. > --- /dev/null > +++ b/libgomp/testsuite/l

[gomp4] Some additional OpenACC reduction tests

2015-07-29 Thread Julian Brown
Hi, This is a set of 19 new tests for OpenACC reductions, covering several ways of performing reductions over the parallel and loop directives using gang or worker/vector level parallelism. (The semantics are quite subtle in some places, but I believe the tests follow the specification to the lett