From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 23EDF3858D39; Thu, 29 Dec 2022 02:48:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 23EDF3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672282117; bh=KwRuMfSp+SblNi3ZGudJb7rDSAZOH5mG/z6+eYA7Kh8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Dje06Md2tDdzUbO97wp+p15ZSYiWKyukg+TfMtjqZzsuuDA+qM6Gq+JW8Jm9ZURTs X3/Xvciv/yeFoh6rOKDlKIzYPHrY15DIojYhDMe67KayZJOdkR3PhDN3Ts75DP/JUQ hgNm+fcla8TZHyPO2GTat9grQALdWHirD5QmEPQk= From: "sam at gentoo dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/108250] [12/13 regression] llvm-tblgen miscompiled on powerpc-unknown-linux-gnu since r12-5383-g22c242342e38eb Date: Thu, 29 Dec 2022 02:48:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sam at gentoo dot org X-Bugzilla-Status: WAITING 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: 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=3D108250 --- Comment #5 from Sam James --- (In reply to Andrew Pinski from comment #4) > Do you know which object file inside llvm-tblgen is being miscompiled? > You can do a binary search on object files and then provide the preproces= sed > source for that one. Will try find out. >=20 > Also could you reproduce the miscompiling with reverting and with > -fdump-ipa-all ? I suspect you could ... No, interestingly, it works (no hangs) if I use -fdump-ipa-all in the flags= to build LLVM. I double checked as I was a bit surprised.=