diff options
-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. |