Changeset 3a72ffa for chapter08/gcc.xml


Ignore:
Timestamp:
05/11/2022 06:56:48 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
588c7a0
Parents:
2ca9d8f
Message:

Adopt upstream changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r2ca9d8f r3a72ffa  
    151151    <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
    152152
    153     <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101081 -->
    154     <para>Eight tests related to analyzer are known to fail.</para>
    155 
    156     <para>In libstdc++, one numpunct test and six tests related to get_time are
    157     known to fail.  These are all because the locale definitions in glibc have
    158     changed but libstdc++ does not currently support those changes.</para>
     153    <para>In g++, four tests related to PR100400 are known to be reported
     154    as both XPASS and FAIL.  It's because the test file for this known issue
     155    is not well written.</para>
    159156
    160157    <para>A few unexpected failures cannot always be avoided. The GCC developers
     
    172169    </para></note-->
    173170
    174     <!-- PR 91085, will be fixed in GCC 12. -->
    175     <para>Install the package and remove an unneeded directory:</para>
    176 
    177 <screen><userinput remap="install">make install
    178 rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/</userinput></screen>
     171    <para>Install the package:</para>
     172
     173<screen><userinput remap="install">make install</userinput></screen>
    179174
    180175    <para>The GCC build directory is owned by <systemitem class="username">
Note: See TracChangeset for help on using the changeset viewer.