ad85e10075
Upstream commit: commit 6484ae5b8c4d4314f748e4d3c9a9baa5385e57c5 - malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779] - s_sincosf.h: Change pio4 type to float [BZ #28713] - math: Properly cast X_TLOSS to float [BZ #28713] - Regenerate ulps on x86_64 with GCC 12 - Avoid -Wuse-after-free in tests [BZ #26779]. - Fix build of nptl/tst-thread_local1.cc with GCC 12 - Fix stdio-common tests for GCC 12 -Waddress - Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compare - resolv: Avoid GCC 12 false positive warning [BZ #28439]. - intl: Avoid -Wuse-after-free [BZ #26779] - elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ #28152] [BZ #28205] - time: Set daylight to 1 for matching DST/offset change (RHBZ#2155352) - elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776) - time: Use 64 bit time on tzfile - nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402) - nis: Build libnsl with 64 bit time_t - Use LFS and 64 bit time for installed programs (BZ #15333) Resolves: #2155352 Related: #2160734
29 lines
726 B
Diff
29 lines
726 B
Diff
commit dd0c72fb461a8879164588cd870702efae0c7237
|
|
Author: H.J. Lu <hjl.tools@gmail.com>
|
|
Date: Mon Dec 20 15:15:12 2021 -0800
|
|
|
|
Regenerate ulps on x86_64 with GCC 12
|
|
|
|
Fix
|
|
|
|
FAIL: math/test-float-clog10
|
|
FAIL: math/test-float32-clog10
|
|
|
|
on Intel Core i7-1165G7 with GCC 12.
|
|
|
|
(cherry picked from commit de8a0897e3c084dc93676e331b610f146000a0ab)
|
|
|
|
diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps
|
|
index 312575f93397c4b0..1c75f0ead46819a7 100644
|
|
--- a/sysdeps/x86_64/fpu/libm-test-ulps
|
|
+++ b/sysdeps/x86_64/fpu/libm-test-ulps
|
|
@@ -705,7 +705,7 @@ ldouble: 3
|
|
|
|
Function: Real part of "clog10_towardzero":
|
|
double: 5
|
|
-float: 5
|
|
+float: 6
|
|
float128: 4
|
|
ldouble: 8
|
|
|