diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-08-14 13:47:25 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-08-14 13:47:25 -0500 |
commit | f7d3b6ed213e8957b3c32318fc240c9f73ffe7ea (patch) | |
tree | 7cd7054226454bb41cced984a9344202212851b5 /chapter08/gcc.xml | |
parent | 539f0110b09ca953c289f914d4c7695ffd88f0af (diff) |
Package updates.
Update to xz-5.4.4.
Update to less-643.
Update to meson-1.2.1.
Update to linux-6.4.10.
Update to iana-etc-20230810.
Update to pkgconf-2.0.1.
All build times and sizes were also checked and updated as needed.
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r-- | chapter08/gcc.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 0c4f591f2..5a9a0c5a5 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -187,11 +187,12 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen> <para> With Glibc-2.38, the analyzer tests named <filename>data-model-4.c</filename> and - <filename>conftest-1.c</filename> are known to fail. - In the asan tests, the subtest named - <filename>AddressSanitizer_StrtolOOBTest</filename> in the test - <filename>asan_test.C</filename> and the test named - <filename>interception-malloc-test-1.C</filename> are known to fail. + <filename>conftest-1.c</filename> + are known to fail. + In the asan tests, several tests in <filename>asan_test.C</filename> + are known to fail. + The test named <filename>interception-malloc-test-1.C</filename> + are known to fail. </para> <para>A few unexpected failures cannot always be avoided. The GCC developers |