From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D631D3858C2F; Mon, 22 Jan 2024 09:20:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D631D3858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705915226; bh=9nFMsL5Luf9cQyMy21jJ3PTOlUTovXhx1T6feAyyvP4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jMqGSzJe2sHjmmiFjGKexesU+K/TxCLRKWr0tWxAtzO56g3//mrOqd0I5oaD/C4Wf EDWEzGeV6J0PSq7Z3muUP4ERqjzZVWnkuSeAWhxl4e1OtBP2zROGqZkITiTgDYUUn4 vZ3VOFtyeQpY+XN5tHLVe9Rrb4V6mumKgCV9aCc0= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109929] profiledbootstrap failure on aarch64-linux-gnu with graphite optimization Date: Mon, 22 Jan 2024 09:20:26 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: xry111 at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: 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=3D109929 --- Comment #5 from Xi Ruoyao --- The first good commit is: commit aa2ad77a9b3994fb679e5295d9570f6f8696540d Author: Szabolcs Nagy Date: Tue May 9 11:07:05 2023 +0100 aarch64: Do not force a stack frame for EH returns but I cannot see how it's related to the issue... And with the parent of this commit, the bootstrap fails in stagefeedback wh= ere build/genhooks -d ../../gcc/gcc/doc/tm.texi.in > tmp-tm.texi segfaults. I'= ll do another round of bisection to see when the stagetrain error was "fixed".= =20 (Just for better understanding the issue.)=