> On 2 Jun 2025, at 17:10, Andrew Pinski wrote:
>
> On Mon, Jun 2, 2025 at 8:17 AM Jason Merrill wrote:
>>
>> On 6/2/25 5:13 AM, Iain Sandoe wrote:
>>> Tested on x86_64-darwin, OK for trunk?
>>> thanks
>>> Iain
>>>
>>> --- 8< ---
>>>
>>> Using lookup_template_class () directly on the corou
On Mon, Jun 2, 2025 at 8:17 AM Jason Merrill wrote:
>
> On 6/2/25 5:13 AM, Iain Sandoe wrote:
> > Tested on x86_64-darwin, OK for trunk?
> > thanks
> > Iain
> >
> > --- 8< ---
> >
> > Using lookup_template_class () directly on the coroutine_handle identifier
> > fails in the reported test because
On 6/2/25 5:13 AM, Iain Sandoe wrote:
Tested on x86_64-darwin, OK for trunk?
thanks
Iain
--- 8< ---
Using lookup_template_class () directly on the coroutine_handle identifier
fails in the reported test because the using TYPE_DECL is found.
Hmm, this seems like a longstanding (since the implem
Tested on x86_64-darwin, OK for trunk?
thanks
Iain
--- 8< ---
Using lookup_template_class () directly on the coroutine_handle identifier
fails in the reported test because the using TYPE_DECL is found. Fix this
by looking up the std::coroutine_handle template specifically and then
instantiating