Changeset 9bc9f43 for chapter08/gcc.xml


Ignore:
Timestamp:
02/14/2024 11:30:09 PM (5 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
b3a55dc
Parents:
042f99a (diff), 28614cdd (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

    r042f99a r9bc9f43  
    199199    <parameter>- -enable-default-ssp</parameter> option.-->
    200200    <!-- https://gcc.gnu.org/PR106375 and https://gcc.gnu.org/PR109353 -->
    201     Two tests named <filename>copy.cc</filename> and
    202     <filename>pr56837.c</filename> are known to fail.
    203     <!-- https://gcc.gnu.org/PR107855#c6 -->
     201    Eight gcc tests (out of over 185,000), data-model-4.c, pr56837.c,
     202    and six "analyzer" tests are known to fail.
     203
     204    One libstdc++ test (out of over 15000), copy.cc, is known to fail.
     205
     206    For g++, 21 tests (out of approximately 250,000), 14 "AddressSanitizer*"
     207    tests and 7 interception-malloc-test-1.C tests, are known to fail.
     208
    204209    Additionally, several tests in the
    205210    <filename class='directory'>vect</filename> directory are known to fail
    206211    if the hardware does not support AVX.</para>
    207 
     212 <!--
    208213    <para>
    209       With Glibc-2.38, the analyzer tests named
     214      With Glibc-2.39, the gcc analyzer tests named
    210215      <filename>data-model-4.c</filename> and
    211216      <filename>conftest-1.c</filename>
     
    216221        is known to fail.
    217222    </para>
    218 
     223-->
    219224    <para>A few unexpected failures cannot always be avoided. The GCC developers
    220225    are usually aware of these issues, but have not resolved them yet.
Note: See TracChangeset for help on using the changeset viewer.