Re: [PATCH] A couple of va_gc_atomic tweaks

2023-06-28 Thread Richard Biener via Gcc-patches
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) >

[PATCH] A couple of va_gc_atomic tweaks

2023-06-28 Thread Richard Sandiford via Gcc-patches
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++)