> On 17 Sep 2024, at 22:05, Jason Merrill wrote:
>
> On 8/29/24 9:10 PM, Iain Sandoe wrote:
>> + /* deref the frame pointer, to use in member access code. */
>> + tree deref_fp
>> += cp_build_indirect_ref (loc, coro_fp, RO_UNARY_STAR,
>> + tf_warning_or_error);
On 8/29/24 9:10 PM, Iain Sandoe wrote:
Hi Jason,
- char *buf = xasprintf ("_Coro_unnamed_parm_%d", no_name_parm++);
+ char *buf = xasprintf ("anon%d", parm_num);
Why the reduction in verbosity here?
I was getting ahead of myself; not intended in this patch. Fixed.
+ p =
Hi Jason,
gentle ping for this one.
> On 29 Aug 2024, at 20:10, Iain Sandoe wrote:
>
> Hi Jason,
>
>>> - char *buf = xasprintf ("_Coro_unnamed_parm_%d", no_name_parm++);
>>> + char *buf = xasprintf ("anon%d", parm_num);
>
>> Why the reduction in verbosity here?
> I was getting ahead o
Hi Jason,
>>- char *buf = xasprintf ("_Coro_unnamed_parm_%d", no_name_parm++);
>>+ char *buf = xasprintf ("anon%d", parm_num);
>Why the reduction in verbosity here?
I was getting ahead of myself; not intended in this patch. Fixed.
>>+ p = pushdecl_outermost_localscope (p);
>>+ add