aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/gcc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2023-05-01 12:48:53 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2023-05-01 12:48:53 -0500
commit04be2abd11490668916c8f6662da4d5040db4dbf (patch)
tree7f6cc17b1f5467134406301d89d2075f9b2eecb0 /chapter08/gcc.xml
parenta6c73fe5b2fb0617d44c1d1119444b1918157e17 (diff)
Package updates.
Update to vim-9.0.1503. Update to iana-etc-20230418. Update to sysvinit-3.07. Update to iproute2-6.3.0. Update to linux-6.3.1.
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r--chapter08/gcc.xml4
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,