Changeset 3d086532 for chapter08/gcc.xml


Ignore:
Timestamp:
06/30/2021 03:47:09 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e3d0e26
Parents:
cefe505
Message:

gcc: correct the desc of constexpr-52830 XPASS and FAIL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    rcefe505 r3d086532  
    123123
    124124    <para>In g++, three tests in constexpr-52830 are known to fail and
    125     also to be treated as unexpected successes (XPASS) even though they
    126     report 'internal compiler error'.</para>
     125    also to be treated as unexpected successes (XPASS).  This is because
     126    an <quote>internal compiler error</quote> on this test is fixed, but
     127    the compiler still rejects some valid code.</para>
    127128
    128129    <!--  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96322
     
    156157    </para></note-->
    157158
     159    <!-- PR 91085, will be fixed in GCC 12. -->
    158160    <para>Install the package and remove an unneeded directory:</para>
    159161
Note: See TracChangeset for help on using the changeset viewer.