Changeset 481b2e05 for chapter08/gcc.xml


Ignore:
Timestamp:
05/02/2022 12:52:30 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
c48cc91
Parents:
65ac2fd
Message:

Merge upstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r65ac2fd r481b2e05  
    4141  <sect2 role="installation">
    4242    <title>Installation of GCC</title>
    43 
     43<!--
    4444    <para>At first, fix an issue breaking
    4545    <filename class="libraryfile">libasan.a</filename> building this package
     
    4949    -e 's/return kAltStackSize/return SIGSTKSZ * 4/' \
    5050    -i libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp</userinput></screen>
    51 
     51-->
    5252    <para>If building on x86_64, change the default directory name for 64-bit
    5353    libraries to <quote>lib</quote>:</para>
     
    154154    <para>Eight tests related to analyzer are known to fail.</para>
    155155
    156     <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101751 -->
    157     <para>One test named <filename>asan_test.C</filename> is known to
    158     fail.</para>
    159 
    160     <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100117 -->
    161     <para>In libstdc++, one test named <filename>49745.cc</filename> is
    162     known to fail because the header dependencies in glibc have
    163     changed.</para>
    164 
    165156    <para>In libstdc++, one numpunct test and six tests related to get_time are
    166157    known to fail.  These are all because the locale definitions in glibc have
Note: See TracChangeset for help on using the changeset viewer.