From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 659353858CD1; Fri, 8 Dec 2023 19:12:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 659353858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702062722; bh=EiV9vAqARY5QZwsImOyo119y0UVp35YbRCTGFPCV0lI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dm9RdZ342Qgb5IOYKoi3gm8510bkp72IE1phMu4L0rw798aoHN+JN0vRZA32Vzg2v S3px6Spxb7Wa75Hp3GXaF6FtFznDu8M5sehpRyb1WFbu9mi3hkHg3gh2pB3+/Ek4sj 1Lcvh276dw0yFQ3Vic1Ltuip1nfHlZ448k6Ibamo= From: "pinskia 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: Fri, 08 Dec 2023 19:12:02 +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, needs-bisection 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status keywords cf_reconfirmed_on everconfirmed 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Keywords| |needs-bisection Last reconfirmed| |2023-12-08 Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski --- I cannot reproduce this. I suspect this was fixed with r14-6132-g50f2a3370d177f .=