Re: Question about lambda function variables

2016-11-08 Thread Martin Liška
On 11/08/2016 10:12 AM, Jakub Jelinek wrote: > On Tue, Nov 08, 2016 at 09:58:13AM +0100, Martin Liška wrote: >> Problematic is lambda function (use-after-scope-ice-1.ii.004t.gimple): >> C::AsyncCloseConnectionWithErrorMsg(const A&):: (const struct >> __lambda0 * const __closure) >> { >> const st

Re: Question about lambda function variables

2016-11-08 Thread Jakub Jelinek
On Tue, Nov 08, 2016 at 09:58:13AM +0100, Martin Liška wrote: > Problematic is lambda function (use-after-scope-ice-1.ii.004t.gimple): > C::AsyncCloseConnectionWithErrorMsg(const A&):: (const struct > __lambda0 * const __closure) > { > const struct A message [value-expr: __closure->__message]; >