Re: OpenACC constructs nesting checks

2015-10-28 Thread Tom de Vries
On 22/10/15 11:10, Thomas Schwinge wrote: Hi Tom! On Fri, 16 Oct 2015 11:17:25 +0200, Tom de Vries wrote: this patch checks for occurance of oacc offload regions in oacc routines (which means nested parallelism, which is currently not supported) and gives an appropriate error message. --- /

OpenACC constructs nesting checks (was: [gomp4,committed] Handle oacc region in oacc routine)

2015-10-22 Thread Thomas Schwinge
Hi Tom! On Fri, 16 Oct 2015 11:17:25 +0200, Tom de Vries wrote: > this patch checks for occurance of oacc offload regions in oacc routines > (which means nested parallelism, which is currently not supported) and > gives an appropriate error message. > --- /dev/null > +++ b/gcc/testsuite/c-c++-