Changeset 28614cdd for chapter08/gcc.xml


Ignore:
Timestamp:
02/14/2024 09:41:22 PM (4 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el
Children:
0f0844e, 6b25d62, 9bc9f43
Parents:
d93d11b5
Message:

Update descriptions for some test failures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    rd93d11b5 r28614cdd  
    178178    <parameter>- -enable-default-ssp</parameter> option.-->
    179179    <!-- https://gcc.gnu.org/PR106375 and https://gcc.gnu.org/PR109353 -->
    180     Two tests named <filename>copy.cc</filename> and
    181     <filename>pr56837.c</filename> are known to fail.
    182     <!-- https://gcc.gnu.org/PR107855#c6 -->
     180    Eight gcc tests (out of over 185,000), data-model-4.c, pr56837.c,
     181    and six "analyzer" tests are known to fail.
     182
     183    One libstdc++ test (out of over 15000), copy.cc, is known to fail.
     184
     185    For g++, 21 tests (out of approximately 250,000), 14 "AddressSanitizer*"
     186    tests and 7 interception-malloc-test-1.C tests, are known to fail.
     187
    183188    Additionally, several tests in the
    184189    <filename class='directory'>vect</filename> directory are known to fail
    185190    if the hardware does not support AVX.</para>
    186 
     191 <!--
    187192    <para>
    188       With Glibc-2.38, the analyzer tests named
     193      With Glibc-2.39, the gcc analyzer tests named
    189194      <filename>data-model-4.c</filename> and
    190195      <filename>conftest-1.c</filename>
     
    195200        is known to fail.
    196201    </para>
    197 
     202-->
    198203    <para>A few unexpected failures cannot always be avoided. The GCC developers
    199204    are usually aware of these issues, but have not resolved them yet.
Note: See TracChangeset for help on using the changeset viewer.