Changeset 100ca4e for chapter08/gcc.xml


Ignore:
Timestamp:
05/10/2022 11:06:10 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
f7c33596
Parents:
dd7a29e (diff), 3d722b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    rdd7a29e r100ca4e  
    131131    <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
    132132
    133     <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101081 -->
    134     <para>Eight tests related to analyzer are known to fail.</para>
    135 
    136     <para>In libstdc++, one numpunct test and six tests related to get_time are
    137     known to fail.  These are all because the locale definitions in glibc have
    138     changed but libstdc++ does not currently support those changes.</para>
     133    <para>In g++, four tests related to PR100400 are known to be reported
     134    as both XPASS and FAIL.  It's because the test file for this known issue
     135    is not well written.</para>
    139136
    140137    <para>A few unexpected failures cannot always be avoided. The GCC developers
     
    152149    </para></note-->
    153150
    154     <!-- PR 91085, will be fixed in GCC 12. -->
    155     <para>Install the package and remove an unneeded directory:</para>
    156 
    157 <screen><userinput remap="install">make install
    158 rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/</userinput></screen>
     151    <para>Install the package:</para>
     152
     153<screen><userinput remap="install">make install</userinput></screen>
    159154
    160155    <para>The GCC build directory is owned by <systemitem class="username">
Note: See TracChangeset for help on using the changeset viewer.