diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml
index 904346489..25c92b373 100644
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@ -169,30 +169,27 @@ su tester -c "PATH=$PATH make -k check"
.
-
- One test named contracts-tmpl-spec2.C is known to fail.
-
- Some C++ module tests named xtreme-* are known to
- fail.
-
-
-
- Many gcc and g++ tests related to hwasan are known to fail.
-
-
- Eight gcc tests (out of over 185,000):
- pr56837.c
- and seven tests in the analyzer
+ In gcc tests (out of over 185,000),
+ seven tests in the analyzer
directory are known to fail.
One libstdc++ test (out of over 15000), copy.cc, is
known to fail.
- For g++, 21 tests (out of approximately 250,000): 14
+ For g++, 22 tests (out of approximately 250,000): 14
AddressSanitizer*
- tests and 7 interception-malloc-test-1.C tests, are
+ tests, 7 interception-malloc-test-1.C tests,
+ and one test named contracts-tmpl-spec2.C are
known to fail.
+
+ On ARM64, many tests in the
+ c-c++-common/hwasan
+ directory are known to fail in both gcc and g++ tests,
+ and many tests in the
+
+ g++.dg/modules
+ directory are known to fail in g++ tests.
A few unexpected failures cannot always be avoided. The GCC developers