From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A4EB3858413; Fri, 29 Dec 2023 13:42:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A4EB3858413 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703857367; bh=Hjc8wJOIRxv005ZRdl8Pc5bL0c3gxCTvBDOWHtszg3o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aFlH9mP3G+ytlu4231DDc2Nyyqpc5iY6jE9Od49E+1OnEOiXafkWjq+NjU8Pc3A7j qHoQ+KUdG6mtaOQ0WjIfmz3RBaCH0vuQ52kkXhsJw7swwoIpxrNDY9g5wTOkr+Pe5c otXxoLcIbxLlT5HXlhuCV4DUlqKCbCCdud0BQA38= From: "tnfchris at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113137] [14 regression] Failed bootstrap with -O3 -march=znver2 Date: Fri, 29 Dec 2023 13:42:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tnfchris at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: tnfchris at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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=3D113137 --- Comment #12 from Tamar Christina --- ok, x86_64 bootstrap and regtest with -O3 and --enable-checking=3Dyes,rtl,e= xtra now passes. aarch64 hit a small issue in libgcc that I'm not sure I should be allowing = or not. will investigate and either fix or disable and post patches.=