Re: [gomp4] error on acc loops not associated with offloaded acc regions

2015-09-29 Thread Thomas Schwinge
Hi Cesar! On Mon, 28 Sep 2015 10:08:34 -0700, Cesar Philippidis wrote: > I've applied this patch to gomp-4_0-branch which teaches omplower how to > error when it detects acc loops which aren't nested inside an acc > parallel or kernels region or located within a function

Re: [gomp4] error on acc loops not associated with offloaded acc regions

2015-09-29 Thread Cesar Philippidis
On 09/29/2015 02:48 AM, Thomas Schwinge wrote: > On Mon, 28 Sep 2015 10:08:34 -0700, Cesar Philippidis > wrote: >> I've applied this patch to gomp-4_0-branch which teaches omplower how to >> error when it detects acc loops which aren't nested inside an acc >> parallel or

[gomp4] error on acc loops not associated with offloaded acc regions

2015-09-28 Thread Cesar Philippidis
I've applied this patch to gomp-4_0-branch which teaches omplower how to error when it detects acc loops which aren't nested inside an acc parallel or kernels region or located within a function marked as an acc routine. A couple of test cases needed to be updated. The error message is kind of