From e3d0e26c73f30ced8327676a52c15a8efff19612 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 30 Jun 2021 11:52:11 +0800 Subject: gcc: correct desc of locale related tests --- chapter08/gcc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index ae085f0f1..f7facefdd 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -130,7 +130,7 @@ su tester -c "PATH=$PATH make -k check" https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71367 --> In libstdc++, one numpunct test and six tests related to get_time are known to fail. These are all because the locale definitions in glibc have - changed and the tests do not currently support those changes. + changed but libstdc++ does not currently support those changes.