Re: [PATCH] libstdc++: Fix errors in atomic timed waiting functions

2025-06-03 Thread Jonathan Wakely
On Tue, 3 Jun 2025 at 11:04, Tomasz Kaminski wrote: > > > > On Tue, Jun 3, 2025 at 12:02 PM Jonathan Wakely wrote: >> >> On Tue, 3 Jun 2025 at 09:38, Tomasz Kaminski wrote: >> > >> > >> > >> > On Mon, Jun 2, 2025 at 10:59 PM Jonathan Wakely wrote: >> >> >> >> These function templates are apparen

Re: [PATCH] libstdc++: Fix errors in atomic timed waiting functions

2025-06-03 Thread Tomasz Kaminski
On Tue, Jun 3, 2025 at 12:02 PM Jonathan Wakely wrote: > On Tue, 3 Jun 2025 at 09:38, Tomasz Kaminski wrote: > > > > > > > > On Mon, Jun 2, 2025 at 10:59 PM Jonathan Wakely > wrote: > >> > >> These function templates are apparently never used or instantiated, > >> because they don't compile. Thi

Re: [PATCH] libstdc++: Fix errors in atomic timed waiting functions

2025-06-03 Thread Jonathan Wakely
On Tue, 3 Jun 2025 at 11:01, Jonathan Wakely wrote: > > On Tue, 3 Jun 2025 at 09:38, Tomasz Kaminski wrote: > > > > > > > > On Mon, Jun 2, 2025 at 10:59 PM Jonathan Wakely wrote: > >> > >> These function templates are apparently never used or instantiated, > >> because they don't compile. This fi

Re: [PATCH] libstdc++: Fix errors in atomic timed waiting functions

2025-06-03 Thread Jonathan Wakely
On Tue, 3 Jun 2025 at 09:38, Tomasz Kaminski wrote: > > > > On Mon, Jun 2, 2025 at 10:59 PM Jonathan Wakely wrote: >> >> These function templates are apparently never used or instantiated, >> because they don't compile. This fixes them, but they're still unused. >> I plan to make use of them in a

Re: [PATCH] libstdc++: Fix errors in atomic timed waiting functions

2025-06-03 Thread Tomasz Kaminski
On Mon, Jun 2, 2025 at 10:59 PM Jonathan Wakely wrote: > These function templates are apparently never used or instantiated, > because they don't compile. This fixes them, but they're still unused. > I plan to make use of them in a later commit. > > libstdc++-v3/ChangeLog: > > * include/b

[PATCH] libstdc++: Fix errors in atomic timed waiting functions

2025-06-02 Thread Jonathan Wakely
These function templates are apparently never used or instantiated, because they don't compile. This fixes them, but they're still unused. I plan to make use of them in a later commit. libstdc++-v3/ChangeLog: * include/bits/atomic_timed_wait.h (__atomic_wait_address_until_v): Do n