On Wed, Nov 02, 2022 at 12:20:11PM +0000, Julian Brown wrote: > > But we can't forbid lambdas inside of the map clause expressions, > > they are certainly valid in OpenMP, and IMNSHO shouldn't disallow > > statement expressions, people might not even know they use a > > statement expression, they could just use some standard macro which > > uses a statement expression under the hood. Though your testcases > > look good. > > I meant "forbid array sections within lambdas and statement > expressions" -- FAOD, does that seem reasonable? Technically it might
Yeah, my response was to the wording you wrote above the patch, not what is inside of the patch which looked ok. > not be that hard to support e.g. a statement expression with an array > section on the final expression, but that doesn't work at the moment. And I think we want to keep it that way. Jakub