Changeset b98c8b8


Ignore:
Timestamp:
05/02/2023 10:30:15 PM (12 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
5975e7e
Parents:
48df889 (diff), 9781ec5 (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

    r48df889 rb98c8b8  
    120120
    121121      <varlistentry>
     122        <term><parameter>--disable-fixincludes</parameter></term>
     123        <listitem>
     124          <para>By default, during the installation of GCC some system
     125          headers would be <quote>fixed</quote> to be used with GCC.  This
     126          is not necessary for a modern Linux system, and potentionally
     127          harmful if a package is reinstalled after installing GCC.  This
     128          switch prevents GCC from <quote>fixing</quote> the headers.</para>
     129        </listitem>
     130      </varlistentry>
     131
     132      <varlistentry>
    122133        <term><parameter>--with-system-zlib</parameter></term>
    123134        <listitem>
     
    182193    <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
    183194
    184     <para>Eleven tests in the i386 test suite for the gcc compiler are known to FAIL.
    185     It's because the test files do not account for the
    186     <parameter>--enable-default-pie</parameter> option.</para>
    187  <!--
    188     <para>Four tests related to PR100400 may be reported
    189     as both XPASS and FAIL when testing the g++ compiler; the test file
    190     is not well written.</para>
    191  -->
     195    <para>Two tests named <filename>pr104610.c</filename> and
     196    <filename>pr69482-1.c</filename> are known to fail because the test
     197    files does not account for the
     198    <parameter>--enable-default-ssp</parameter> option.
     199    <!-- https://gcc.gnu.org/PR106375 and https://gcc.gnu.org/PR109353 -->
     200    Additionally, two tests named <filename>copy.cc</filename> and
     201    <filename>pr56837.c</filename> are known to fail.</para>
     202
    192203    <para>A few unexpected failures cannot always be avoided. The GCC developers
    193204    are usually aware of these issues, but have not resolved them yet.
Note: See TracChangeset for help on using the changeset viewer.