Re: OMP: zero-length array sections

2020-07-08 Thread Jakub Jelinek via Gcc-patches
On Wed, Jul 08, 2020 at 12:21:57PM +0200, Thomas Schwinge wrote: > Andrew and I are currently trying to sort out zero-length array sections > behavior in the OpenACC context. From that fell out a testcase that I > created to learn/verify (some of?) the OpenMP behavior. OK to push? > > > Oh, and

OMP: zero-length array sections

2020-07-08 Thread Thomas Schwinge
Hi Jakub! Andrew and I are currently trying to sort out zero-length array sections behavior in the OpenACC context. From that fell out a testcase that I created to learn/verify (some of?) the OpenMP behavior. OK to push? Oh, and any thought on this: int dev = omp_get_default_device();