Re: [PATCH] coroutines : Call promise CTOR with parm copies [PR97587].

2021-02-25 Thread Nathan Sidwell
On 2/24/21 3:09 PM, Iain Sandoe wrote: Hi, As the PR notes, we were calling the promise CTOR with the original function parameters, not the copy (as pointed, a previous wording of the section on this was unambiguous). Fixed thus. tested on x86_64-darwin, x86_64-linux-gnu, this is a wrong-code

[PATCH] coroutines : Call promise CTOR with parm copies [PR97587].

2021-02-24 Thread Iain Sandoe
Hi, As the PR notes, we were calling the promise CTOR with the original function parameters, not the copy (as pointed, a previous wording of the section on this was unambiguous). Fixed thus. tested on x86_64-darwin, x86_64-linux-gnu, this is a wrong-code bug, OK for master / 10.x? thanks Iain