From 6d4ba5f08ac28a82f519c0be7eafc011c8c7f670 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 13 May 2023 15:09:44 +0800 Subject: [PATCH] gcc: Note some additional test failures --- chapter08/gcc.xml | 8 ++++++-- 1 file 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" files does not account for the --enable-default-ssp option. - Additionally, two tests named copy.cc and - pr56837.c are known to fail. + Two tests named copy.cc and + pr56837.c are known to fail. + + Additionally, several tests in the + vect directory are known to fail + if the hardware does not support AVX. A few unexpected failures cannot always be avoided. The GCC developers are usually aware of these issues, but have not resolved them yet.