From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9C86B382EF28; Mon, 5 Dec 2022 02:51:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9C86B382EF28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670208709; bh=+LopKZv6LF40XO3VJv+b6RyYEReaZUfln3NLd2hhB3U=; h=From:To:Subject:Date:From; b=gnbH8HP0Wlo1kWxzx0ic1H+FBRwo7W56YG9MKkXD7Nu2k4PGP0Fqsj7HitQY9KbOQ LUhmxkj9xymRjhAw7c8rw3no9SwEPNqyhP2LEKY2Med/zgc5x2HeEaik78KbUIJxqV r9vpEZ/aQCDWY04ZdE9WKGVne/PT3EhO0Xc6wdYQ= From: "caiyinyu at loongson dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107967] New: The gcc commit 2f7f9edd28d caused the glibc make check fails. Date: Mon, 05 Dec 2022 02:51:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: caiyinyu at loongson dot cn X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107967 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 \=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 CFLAGS=3D"-O2 -g" CXXFLAGS=3D"-O2 -g" \ --prefix=3D/usr \=20=20=20=20 --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=