From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 70CD63858D37; Thu, 30 Nov 2023 12:16:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 70CD63858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701346588; bh=fz8PyFtBPtBPeE+FBjvDbNOQNWMvJE5tGA3kc29wZHs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ohV/SmVhTdh3JssuBH0UVYuNkYL6Ogyx1Ed6KDjsx/yglm8v07AhZN+yTRXfw0f6Z 5CWY4B49Mtf6AgXZGNj6iJ9lQ40qEB1m4ySKxuzJZZodXngaHzWqscrbTTFgEPBgVj qzjTTngTOzDzvKUhbvRgb2RgkbDouzMPU1IGxkAI= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112640] [14 regression] Failed profiledbootstrap on arm64 (libgcc/config/libbid/bid128_fma.c:3569:1: internal compiler error: in extract_base_offset_in_addr, at config/aarch64/aarch64.cc:26424) Date: Thu, 30 Nov 2023 12:16:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org 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: 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=3D112640 --- Comment #10 from Jakub Jelinek --- Does this still fail? I've done a non-LTO profiledbootstrap on aarch64 as = well as LTO profiledbootstrap on aarch64 recently: https://kojipkgs.fedoraproject.org//work/tasks/758/109700758/build.log https://kojipkgs.fedoraproject.org//work/tasks/5554/109705554/build.log and both were successful.=