diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-06-30 11:52:11 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-06-30 11:52:11 +0800 |
commit | e3d0e26c73f30ced8327676a52c15a8efff19612 (patch) | |
tree | f9d3f0142287c06e3d668eef8b66d8d3856e05ce /chapter08/gcc.xml | |
parent | 3d08653292b8398f09b0e0a1a5d1dd348b76910d (diff) |
gcc: correct desc of locale related tests
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r-- | chapter08/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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"</userinput></screen> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71367 --> <para>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.</para> + changed but libstdc++ does not currently support those changes.</para> <!--<para>Additionally the following tests related to the following files are known to fail with glibc-2.33: asan_test.C, co-ret-17-void-ret-coro.C, |