Changeset 328eb6f for chapter08/gcc.xml


Ignore:
Timestamp:
02/27/2024 03:52:31 PM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
e4e7ffb
Parents:
648f145 (diff), 23f4367 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r648f145 r328eb6f  
    155155    <para>Test the results as a non-privileged user, but do not stop at errors:</para>
    156156
    157 <screen><userinput remap="test">chown -Rv tester .
     157<screen><userinput remap="test">chown -R tester .
    158158su tester -c "PATH=$PATH make -k check"</userinput></screen>
    159159
     
    171171    <para>
    172172    <!-- https://gcc.gnu.org/PR107915 and https://gcc.gnu.org/PR109353 -->
    173     Two tests named <filename>copy.cc</filename> and
    174     <filename>contracts-tmpl-spec2.C</filename> are known to fail.
     173    One test named <filename>contracts-tmpl-spec2.C</filename> is known to fail.
    175174    <!-- https://gcc.gnu.org/PR111224 -->
    176175    Some C++ module tests named <filename>xtreme-*</filename> are known to
     
    182181
    183182    <para>
    184       With Glibc-2.38, the analyzer tests named
    185       <filename>data-model-4.c</filename> and
    186       <filename>conftest-1.c</filename>
    187         are known to fail.
    188       In the asan tests, several tests in <filename>asan_test.C</filename>
    189         are known to fail.
    190       The test named <filename>interception-malloc-test-1.C</filename>
    191         is known to fail.
     183    Eight gcc tests (out of over 185,000):
     184    <!-- https://gcc.gnu.org/PR106375 --><filename>pr56837.c</filename>
     185    and seven tests in the <filename class='directory'>analyzer</filename>
     186    directory are known to fail.
     187
     188    <!-- https://gcc.gnu.org/PR109353 -->
     189    One libstdc++ test (out of over 15000), <filename>copy.cc</filename>, is
     190    known to fail.
     191
     192    For g++, 21 tests (out of approximately 250,000): 14
     193    <quote>AddressSanitizer*</quote>
     194    tests and 7 <filename>interception-malloc-test-1.C</filename> tests, are
     195    known to fail.
    192196    </para>
    193197
     
    196200    Unless the test results are vastly different from those at the above URL,
    197201    it is safe to continue.</para>
    198 
    199     <!--note><para>
    200       On some combinations of kernel configuration and AMD processors
    201       there may be more than 1100 failures in the gcc.target/i386/mpx
    202       tests (which are designed to test the MPX option on recent
    203       Intel processors). These can safely be ignored on AMD
    204       processors. These tests will also fail on Intel processors if MPX support
    205       is not enabled in the kernel even though it is present on the CPU.
    206     </para></note-->
    207202
    208203    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.