Changeset 9dafb166


Ignore:
Timestamp:
02/29/2024 06:45:37 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
3844b8b
Parents:
6de49cb
git-author:
Xi Ruoyao <xry111@…> (02/22/2024 12:21:32 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/29/2024 06:45:37 AM)
Message:

mips64el: gcc: Document additional test failures

The shape is not good :(.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r6de49cb r9dafb166  
    190190    if the hardware does not support AVX.</para>
    191191
     192    <para>Hundreds of gcc and g++ tests can fail on MIPS systems, as MIPS
     193    is not a primary platform of GCC and many MIPS tests are not written
     194    with <option>--enable-default-pie</option> or
     195    <option>--enable-default-ssp</option> in mind.</para>
     196
     197    <para>In libstdc++ tests, the tests named
     198    <filename>abi_check</filename> and
     199    <filename>compare_exchange_padding.cc</filename> are known to fail.</para>
     200
    192201    <para>A few unexpected failures cannot always be avoided. The GCC developers
    193202    are usually aware of these issues, but have not resolved them yet.
Note: See TracChangeset for help on using the changeset viewer.