diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml
index 30670082f..8daac5e9c 100644
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@ -177,24 +177,19 @@ su tester -c "PATH=$PATH make -k check"
url="&test-results;"/> and
.
- The tests named
- pr64076,
- pr90883.C,
- pr108357.c,
- uninit-pred-9_b.c,
- ssa-dom-cse-2.c,
- stack-check-cfa-1.c, and
- stack-check-cfa-2.c
- are known to fail.
-
- Seven tests in the analyzer
- directory are known to fail.
+ Twelve gcc tests (out of over 150,000):
+ seven tests in the analyzer
+ directory, one test named gcc.dg/uninit-pred-9_b.c,
+ one test named pr108357.c, one test named
+ ssa-dom-cse-2.c, and two
+ stack-check-cfa-*.c
tests are known to fail.
- For g++, 21 tests (out of approximately 250,000): 14
+ For g++, 23 tests (out of approximately 250,000): 14
AddressSanitizer*
- tests and 7 interception-malloc-test-1.C tests, are
- known to fail.
+ tests, 7 interception-malloc-test-1.C tests,
+ one pr90883.C test, and one
+ pr64076 test are known to fail.
A few unexpected failures cannot always be avoided. The GCC developers