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

This commit is contained in:
Xi Ruoyao 2021-06-30 11:47:09 +08:00
parent cefe50534a
commit 3d08653292
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -122,8 +122,9 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen>
<ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para> <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
<para>In g++, three tests in constexpr-52830 are known to fail and <para>In g++, three tests in constexpr-52830 are known to fail and
also to be treated as unexpected successes (XPASS) even though they also to be treated as unexpected successes (XPASS). This is because
report 'internal compiler error'.</para> an <quote>internal compiler error</quote> on this test is fixed, but
the compiler still rejects some valid code.</para>
<!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96322 <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96322
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71367 --> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71367 -->
@ -155,6 +156,7 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen>
is not enabled in the kernel even though it is present on the CPU. is not enabled in the kernel even though it is present on the CPU.
</para></note--> </para></note-->
<!-- PR 91085, will be fixed in GCC 12. -->
<para>Install the package and remove an unneeded directory:</para> <para>Install the package and remove an unneeded directory:</para>
<screen><userinput remap="install">make install <screen><userinput remap="install">make install