diff options
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r-- | chapter08/gcc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 546ad6b1a..b6761ba68 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -164,11 +164,11 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen> <para>Eleven tests in the i386 test suite for the gcc compiler are known to FAIL. It's because the test files do not account for the <parameter>--enable-default-pie</parameter> option.</para> - + <!-- <para>Four tests related to PR100400 may be reported as both XPASS and FAIL when testing the g++ compiler; the test file is not well written.</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. Unless the test results are vastly different from those at the above URL, |