Created attachment 895557 [details] build.log and emerge --info The math ones are due to gcc miscompile: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111709 FAIL: math/test-double-fma FAIL: math/test-double-j0 FAIL: math/test-double-j1 FAIL: math/test-double-ldouble-fma FAIL: math/test-double-log FAIL: math/test-float32x-float64-fma FAIL: math/test-float32x-fma FAIL: math/test-float32x-j0 FAIL: math/test-float32x-j1 FAIL: math/test-float32x-log FAIL: math/test-float64-fma FAIL: math/test-float64-j0 FAIL: math/test-float64-j1 FAIL: math/test-float64-log FAIL: math/test-ldouble-fma FAIL: math/test-ldouble-j0 FAIL: math/test-ldouble-j1 FAIL: math/test-ldouble-log FAIL: misc/tst-preadvwritev2 FAIL: misc/tst-preadvwritev64v2 FAIL: stdlib/tst-swapcontext2 XPASS: support/tst-support_descriptors === Summary of results === 21 FAIL 4390 PASS 86 UNSUPPORTED 22 XFAIL 1 XPASS
(In reply to matoro from comment #0) > Created attachment 895557 [details] > build.log and emerge --info > > The math ones are due to gcc miscompile: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111709 Only the -fma ones. > FAIL: math/test-double-j0 > FAIL: math/test-double-j1 > FAIL: math/test-double-log > FAIL: math/test-float32x-j0 > FAIL: math/test-float32x-j1 > FAIL: math/test-float32x-log > FAIL: math/test-float64-j0 > FAIL: math/test-float64-j1 > FAIL: math/test-float64-log > FAIL: math/test-ldouble-j0 > FAIL: math/test-ldouble-j1 > FAIL: math/test-ldouble-log These should be fixed by now (additional ulps entries) > FAIL: misc/tst-preadvwritev2 > FAIL: misc/tst-preadvwritev64v2 No idea about these two, I'm not seeing them on hake > FAIL: stdlib/tst-swapcontext2 This is new indeed.