Re: [PATCH] coroutines: Fix handling of artificial vars [PR94886]

2020-04-30 Thread Iain Sandoe
Nathan Sidwell wrote: On 4/30/20 9:24 AM, Iain Sandoe wrote: The testcase ICEs because the range-based for generates three artificial variables that need to be allocated to the coroutine frame but, when walking the BIND_EXR that contains these, the DECL_INITIAL for one of them refers to an e

Re: [PATCH] coroutines: Fix handling of artificial vars [PR94886]

2020-04-30 Thread Nathan Sidwell
On 4/30/20 9:24 AM, Iain Sandoe wrote: Hi Another case found when building the folly experimental coros stuff. tested on x86_64-darwin so far, OK for master after testing on x86_64-linux? thanks Iain The testcase ICEs because the range-based for generates three artificial variables that need to

[PATCH] coroutines: Fix handling of artificial vars [PR94886]

2020-04-30 Thread Iain Sandoe
Hi Another case found when building the folly experimental coros stuff. tested on x86_64-darwin so far, OK for master after testing on x86_64-linux? thanks Iain The testcase ICEs because the range-based for generates three artificial variables that need to be allocated to the coroutine frame but