aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/gcc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r--chapter08/gcc.xml13
1 files changed, 2 insertions, 11 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml
index 16bb5f99f..5bf97ea43 100644
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@ -40,7 +40,7 @@
<sect2 role="installation">
<title>Installation of GCC</title>
-
+<!--
<para>At first, fix an issue breaking
<filename class="libraryfile">libasan.a</filename> building this package
with Glibc-2.34 or later:</para>
@@ -48,7 +48,7 @@
<screen><userinput remap="pre">sed -e '/static.*SIGSTKSZ/d' \
-e 's/return kAltStackSize/return SIGSTKSZ * 4/' \
-i libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp</userinput></screen>
-
+-->
<para>If building on x86_64, change the default directory name for 64-bit
libraries to <quote>lib</quote>:</para>
@@ -135,15 +135,6 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen>
<!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101081 -->
<para>Eight tests related to analyzer are known to fail.</para>
- <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101751 -->
- <para>One test named <filename>asan_test.C</filename> is known to
- fail.</para>
-
- <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100117 -->
- <para>In libstdc++, one test named <filename>49745.cc</filename> is
- known to fail because the header dependencies in glibc have
- changed.</para>
-
<para>In libstdc++, one numpunct test and six tests related to get_time are
known to fail. These are all because the locale definitions in glibc have
changed but libstdc++ does not currently support those changes.</para>