diff options
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r-- | chapter08/gcc.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index f7facefdd..840bddb03 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -121,13 +121,14 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen> url="&test-results;"/> and <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para> - <para>In g++, three tests in constexpr-52830 are known to fail and + <!-- <para>In g++, three tests in constexpr-52830 are known to fail and also to be treated as unexpected successes (XPASS). This is because an <quote>internal compiler error</quote> on this test is fixed, but the compiler still rejects some valid code.</para> - + --> <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96322 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 but libstdc++ does not currently support those changes.</para> |