Re: OpenMP 'simd', unexpected nesting of variable declaration in bind vs. 'private' clause

2021-05-07 Thread Jakub Jelinek via Gcc
On Fri, May 07, 2021 at 10:20:11PM +0200, Thomas Schwinge wrote: > Hi! > > I'm currently working on an OpenACC thing, which in 'omp-low' separately > for each OpenACC 'loop' construct, collects variable declarations > referenced in 'private' clauses as well as those from inner binds > (simplified)

OpenMP 'simd', unexpected nesting of variable declaration in bind vs. 'private' clause

2021-05-07 Thread Thomas Schwinge
Hi! I'm currently working on an OpenACC thing, which in 'omp-low' separately for each OpenACC 'loop' construct, collects variable declarations referenced in 'private' clauses as well as those from inner binds (simplified). Accidently that was also enabled for OpenMP, and for a few testcases of Op