aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-05-02 21:25:09 +0800
committerXi Ruoyao <xry111@xry111.site>2023-05-02 21:25:09 +0800
commit050335d4bd4d2691e025fd970438b662861d105a (patch)
treeb83a657b7b138834d670f87d8bee324bc8870f5e
parent533634949848ef4e2441f80b2441a53864858d56 (diff)
gcc: Update known test failures for GCC 13
-rw-r--r--chapter08/gcc.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml
index d2b93a0e6..e89f7e468 100644
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@ -161,14 +161,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>Eleven tests in the i386 test suite for the gcc compiler are known to FAIL.
- It's because the test files do not account for the
- <parameter>--enable-default-pie</parameter> option.</para>
- <!--
- <para>Four tests related to PR100400 may be reported
- as both XPASS and FAIL when testing the g++ compiler; the test file
- is not well written.</para>
- -->
+ <para>Two tests named <filename>pr104610.c</filename> and
+ <filename>pr69482-1.c</filename> are known to fail because the test
+ files does not account for the
+ <parameter>--enable-default-ssp</parameter> option.
+ <!-- https://gcc.gnu.org/PR106375 and https://gcc.gnu.org/PR109353 -->
+ Additionally, two tests named <filename>copy.cc</filename> and
+ <filename>pr56837.c</filename> are known to fail.</para>
+
<para>A few unexpected failures cannot always be avoided. The GCC developers
are usually aware of these issues, but have not resolved them yet.
Unless the test results are vastly different from those at the above URL,