Re: [PATCH] libstdc++: Fix 22_locale/numpunct/members/char/3.cc execution test

2022-01-14 Thread Jonathan Wakely via Gcc-patches
On Fri, 14 Jan 2022 at 11:41, Uros Bizjak via Libstdc++ < libstd...@gcc.gnu.org> wrote: > The test fails on Fedora 33+ because nl_NL locale got thousands > separator defined. Use one of ar_SA, bg_BG, bs_BA, pt_PT > or plain C locale instead. > > 2022-01-14 Uroš Bizjak > > libstdc++-v3/ChangeLo

[PATCH] libstdc++: Fix 22_locale/numpunct/members/char/3.cc execution test

2022-01-14 Thread Uros Bizjak via Gcc-patches
The test fails on Fedora 33+ because nl_NL locale got thousands separator defined. Use one of ar_SA, bg_BG, bs_BA, pt_PT or plain C locale instead. 2022-01-14 Uroš Bizjak libstdc++-v3/ChangeLog: * testsuite/22_locale/numpunct/members/char/3.cc (test02): Use pt_PT locale instead