diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-05-13 15:09:44 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-05-13 15:09:44 +0800 |
commit | 6d4ba5f08ac28a82f519c0be7eafc011c8c7f670 (patch) | |
tree | 42c753697a3f06c249f19e3d35d15f9d72cc444f | |
parent | 740ee46aeff1a6b24b77f44a55968d690e739c36 (diff) |
gcc: Note some additional test failures
-rw-r--r-- | chapter08/gcc.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index df5a0ff07..281883c0a 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -177,8 +177,12 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen> 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> + Two tests named <filename>copy.cc</filename> and + <filename>pr56837.c</filename> are known to fail. + <!-- https://gcc.gnu.org/PR107855#c6 --> + Additionally, several tests in the + <filename class='directory'>vect</filename> directory are known to fail + if the hardware does not support AVX.</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. |