https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101761
--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Florian Weimer from comment #4) > a.wait(aa); This line is undefined and needs to be a.wait(va) anyway.
redi at gcc dot gnu.org via Gcc-bugs Wed, 15 Sep 2021 11:48:14 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101761
--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Florian Weimer from comment #4) > a.wait(aa); This line is undefined and needs to be a.wait(va) anyway.