On Wed, Jun 28, 2023 at 11:37 PM Richard Sandiford via Gcc-patches
wrote:
>
> The only current user of va_gc_atomic is Ada's:
>
> vec
>
> It uses the generic gt_pch_nx routines (with gt_pch_nx being the
> “note pointers” hooks), such as:
>
> template
> void
> gt_pch_nx (vec *v)
>
The only current user of va_gc_atomic is Ada's:
vec
It uses the generic gt_pch_nx routines (with gt_pch_nx being the
“note pointers” hooks), such as:
template
void
gt_pch_nx (vec *v)
{
extern void gt_pch_nx (T &);
for (unsigned i = 0; i < v->length (); i++)