On 20/02/2026 10:10 am, Marek Marczykowski-Górecki wrote: > On Fri, Feb 20, 2026 at 08:34:08AM +0100, Jan Beulich wrote: >> Is it possible that it's not so much the compiler, but glibc, which is the >> problem here? > Indeed, that's glibc. I tested it starting with CI container and updated > packages one by one - it's about glic 2.42 -> 2.43. > >>> So, I guess iterate on v1? >> Perhaps. As per above it first needs to become clear where the issue is >> actually coming from. Otoh making the code suitably C23-const-correct will >> want to happen at some point anyway, I suppose. > I'll sent v3 with remarks from your review on v1 applied. >
Agreed, the moment we limit tools to a specific std, we will fail to find stuff like this. In my copious free time, I keep on meaning to do one CI run with Xen forced the the newest std too, so we can pick up fixes as we go rather than finding them all in one go while trying to do something else in a hurry. ~Andrew
