[PATCH] libstdc++: Fix Wrong param type in :atomic_ref<_Tp*>::wait [PR100889]
Jonathan Wakely
jwakely@redhat.com
Tue Jun 8 15:44:12 GMT 2021
On Tue, 8 Jun 2021 at 01:29, Thomas Rodgers wrote:
> This time without the repeatred [PRnnnn] in the subject line.
>
> Fixes libstdc++/100889
>
This should be part of the ChangeLog entry instead, preceded by PR so it
updates bugzilla, i.e.
> libstdc++-v3/ChangeLog:
>
<TAB>PR libstdc++/100889
> * include/bits/atomic_base.h (atomic_ref<_Tp*>::wait):
> Change parameter type from _Tp to _Tp*.
> * testsuite/29_atomics/atomic_ref/wait_notify.cc: Extend
> coverage of types tested.
>
OK for trunk and gcc-11 with that change, thanks.
More information about the Gcc-patches
mailing list