https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107967
Bug ID: 107967 Summary: The gcc commit 2f7f9edd28d caused the glibc make check fails. Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: caiyinyu at loongson dot cn Target Milestone: --- The gcc commit 2f7f9edd28d caused the following glibc fails with glibc configuration on x86: ../configure \ CFLAGS="-O2 -g" CXXFLAGS="-O2 -g" \ --prefix=/usr \ --disable-werror But when we changed "-O2" to "-O1", these fails passed. FAIL: math/test-double-cosh FAIL: math/test-double-exp10 FAIL: math/test-double-expm1 FAIL: math/test-double-tgamma FAIL: math/test-float128-cosh FAIL: math/test-float128-exp10 FAIL: math/test-float128-lgamma FAIL: math/test-float128-pow FAIL: math/test-float128-tgamma FAIL: math/test-float32-cosh FAIL: math/test-float32-expm1 FAIL: math/test-float32-tgamma FAIL: math/test-float32x-cosh FAIL: math/test-float32x-exp10 FAIL: math/test-float32x-expm1 FAIL: math/test-float32x-tgamma FAIL: math/test-float64-cosh FAIL: math/test-float64-exp10 FAIL: math/test-float64-expm1 FAIL: math/test-float64-tgamma FAIL: math/test-float64x-cosh FAIL: math/test-float64x-tgamma FAIL: math/test-float-cosh FAIL: math/test-float-expm1 FAIL: math/test-float-tgamma FAIL: math/test-ldouble-cosh FAIL: math/test-ldouble-tgamma