From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DB94638582B3; Sat, 9 Dec 2023 14:22:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB94638582B3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702131765; bh=MvVGdaGffoyyYbBjTqg8E0DcKsoZIvd6gvqtBKMhArU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FoaLLU5So6e4O+L/Q6Rp4B/aCjW0XiwmxgtopSq9AdanckOovlVUBENY4fak/asJd +UrEbyM4BoiAd2rhhxdY6SUcgGZeB/brZVi1ztZ79ccOacTR+nfcA57JSTevUx/A3l wzOWD6RIxW11S76iwTtlztVqD+uVHwq7Tqe1GVYw= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112924] [14 regression] ICE when building util-linux (error: gimple_bb (stmt) is set to a wrong basic block) Date: Sat, 09 Dec 2023 14:22:45 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW 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: keywords cc 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=3D112924 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-bisection | CC| |jakub at gcc dot gnu.org Status|WAITING |NEW --- Comment #3 from Jakub Jelinek --- Indeed, with -O2 -m32 pr112924.c -march=3Dx86-64 this started with r14-6010= and went away with r14-6132.=