Changeset cf65195 for chapter08/gcc.xml


Ignore:
Timestamp:
07/02/2021 07:18:52 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
2ab0d9c
Parents:
641ab9be (diff), d8a492a (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r641ab9be rcf65195  
    4242    <title>Installation of GCC</title>
    4343
    44     <para arch="default">If building on x86_64, change the default directory name for 64-bit
     44    <para>First, apply a patch to fix some regressions and to cope
     45    with the removal of an obsolete kernel header in linux-5.13:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch</userinput></screen>
     48
     49    <para>If building on x86_64, change the default directory name for 64-bit
    4550    libraries to <quote>lib</quote>:</para>
    4651
     
    140145    <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
    141146
    142     <para>Six tests related to get_time are known to fail.  These are
    143     apparently related to the en_HK locale.</para>
    144 
    145     <para>Additionally, three tests in constexpr-52830 are known to fail.</para>
     147    <para>In g++, three tests in constexpr-52830 are known to fail and
     148    also to be treated as unexpected successes (XPASS).  This is because
     149    an <quote>internal compiler error</quote> on this test is fixed, but
     150    the compiler still rejects some valid code.</para>
     151
     152    <!--  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96322
     153          https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71367 -->
     154    <para>In libstdc++, one numpunct test and six tests related to get_time are
     155    known to fail.  These are all because the locale definitions in glibc have
     156    changed but libstdc++ does not currently support those changes.</para>
    146157
    147158<!--<para>Additionally the following tests related to the following files
     
    169180    </para></note-->
    170181
     182    <!-- PR 91085, will be fixed in GCC 12. -->
    171183    <para>Install the package and remove an unneeded directory:</para>
    172184
Note: See TracChangeset for help on using the changeset viewer.