From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3E01B3858D3C; Thu, 29 Dec 2022 02:13:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3E01B3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672279989; bh=ozW9sif0YtfoTPCYEDOuVYpTi3NFgnP0hBxOseMPwfY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VqVtMIxoZ0KIjmORj7/LfwuJAF+GRIn08a06zQYzEl7dSyDCYlofNVeN6t8b8DM5X dKapHgwRbCoLBx6c+w/iEri30YX1Z/09tkblbeD/acijdFmuFbI4lMPiiDGDu1siKE J0f/dJrz4xAbSY/qYZd+JDdPR40UbyP8eypoxzSQ= From: "pinskia at gcc dot gnu.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:13:08 +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: pinskia at gcc dot gnu.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: everconfirmed cf_reconfirmed_on bug_status 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2022-12-29 Status|UNCONFIRMED |WAITING --- Comment #4 from Andrew Pinski --- 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 preprocessed source for that one. Also could you reproduce the miscompiling with reverting and with -fdump-ipa-all ? I suspect you could ...=