This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 8.5 Status Report (2020-03-04)
On Wed, Mar 04, 2020 at 01:45:25PM +0000, Jonathan Wakely wrote:
> On Wed, 4 Mar 2020 at 13:02, Jakub Jelinek wrote:
> > The test says:
> > // nl_NL chosen because it has no thousands separator (at this time).
> > locale loc_it = locale(ISO_8859(15,nl_NL));
> > so no wonder that it FAILs if nl_NL now has thousands separator.
>
> Drat. I thought we could rely on the Dutch to keep things simple,
> apparently even they want to keep changing things ;-)
It has been like this since forever; just the locale used to be wrong.
Segher