OK.
On Wed, Oct 4, 2017 at 8:50 AM, Paolo Carlini <paolo.carl...@oracle.com> wrote: > Hi, > > Andrew noticed that the reason we reject entities like inline-asm or GNU's > statement-expressions in the lambda body is simply that we don't set the > parser->in_function_body flag. Thus the below, which appears to work > perfectly for that. Tested x86_64-linux. > > Thanks, Paolo. > > /////////////////// > >