Re: [PATCH] libstdc++, testsuite: Correct an init.

2022-12-24 Thread Jonathan Wakely via Gcc-patches
On Sat, 24 Dec 2022, 11:43 Iain Sandoe via Libstdc++, wrote: > Noticed while debugging tz info support on Darwin, unless I miss > some other reasoning... > OK for trunk? > Doh, thanks. OK for trunk. Iain > > --- 8< --- > > in leap_seconds.cc, we are testing to see if the function that > overri

[PATCH] libstdc++, testsuite: Correct an init.

2022-12-24 Thread Iain Sandoe via Gcc-patches
Noticed while debugging tz info support on Darwin, unless I miss some other reasoning... OK for trunk? Iain --- 8< --- in leap_seconds.cc, we are testing to see if the function that overrides the default zoneinfo directory has been called. That is implemented with a static boolean that needs to