Re: [PATCH] coroutines: Correct handling of references in parm copies [PR95350].

2020-06-01 Thread Nathan Sidwell
On 6/1/20 3:59 AM, Iain Sandoe wrote: (resending, this didn’t appear to make it to the list) Hi, I had implemented a move out of rvalue refs for such ramp values (since these are most likely to be dangling references). However this does cause a divergence with the clang implementation - and th

Re: [PATCH] coroutines: Correct handling of references in parm copies [PR95350].

2020-06-01 Thread Nathan Sidwell
On 6/1/20 3:44 AM, Iain Sandoe wrote: Hi, I had implemented a move out of rvalue refs for such ramp values (since these are most likely to be dangling references).  However this does cause a divergence with the clang implementation - and the patch fixes that. ok for both tested on x86_64,po

[PATCH] coroutines: Correct handling of references in parm copies [PR95350].

2020-06-01 Thread Iain Sandoe
(resending, this didn’t appear to make it to the list) Hi, I had implemented a move out of rvalue refs for such ramp values (since these are most likely to be dangling references). However this does cause a divergence with the clang implementation - and the patch fixes that. tested on x86_64,po