On 9/14/21 11:21 AM, Iain Sandoe wrote:
Hi Jason,
I was looking at handling some backports to 11.x and 10.x for coroutines
code-gen fixes ...
On 7 May 2021, at 04:11, Jason Merrill wrote:
A change to check glvalue_p rather than specifically for TARGET_EXPR
revealed issues with the coroutines
Hi Jason,
I was looking at handling some backports to 11.x and 10.x for coroutines
code-gen fixes ...
> On 7 May 2021, at 04:11, Jason Merrill wrote:
>
> A change to check glvalue_p rather than specifically for TARGET_EXPR
> revealed issues with the coroutines code's use of the 'rvalue' functio
A change to check glvalue_p rather than specifically for TARGET_EXPR
revealed issues with the coroutines code's use of the 'rvalue' function,
which shouldn't be used on class glvalues, so I've removed those calls.
In build_co_await I just dropped them, because I don't see anything in the
co_await