diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-08-29 20:48:25 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-08-29 20:48:25 +0800 |
commit | 6786b0cde8b7df66bfc8c3067218f95a31b8e2d8 (patch) | |
tree | 16c60cf6ec54e8bf26015d89c0fe062d64bb82b4 | |
parent | 5342a697b9b1c35342df16368a7d19b738ffae3a (diff) |
arm64: gcc: Update the comment for xtreme-* test failure
-rw-r--r-- | chapter08/gcc.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 7991272fa..f402f8a02 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -172,11 +172,7 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen> <!-- https://gcc.gnu.org/PR107915 and https://gcc.gnu.org/PR109353 --> Two tests named <filename>copy.cc</filename> and <filename>contracts-tmpl-spec2.C</filename> are known to fail. - <!-- - It seems a regression in 13.2 but it does not happen in - https://gcc.gnu.org/pipermail/gcc-testresults/2023-August/792164.html. - I'll investigate further. - --> + <!-- https://gcc.gnu.org/PR111224 --> Some C++ module tests named <filename>xtreme-*</filename> are known to fail. </para> |