From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8CAE43858D33; Tue, 28 Feb 2023 08:37:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8CAE43858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677573459; bh=ceA3spSgaeVJVMKPuw0Ap4uGNofEdBRWaKfjc+A2u3s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KpY2B4ku6XRp9Nqk6i4voNOzxcpY/Bf1GwwP2x4Zf5hPEDxHk6ZfKyTV3CBl1CP2I nG2dtRV7/An4cEwsotUdDMeYyptWtZ3VdfQRaG8bedhQVYI9eKuGAObz82UxC1XDKz O7D54DXjYN8OBk1kAetRhoCRMsY0R42E59byYqjA= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/108959] [13 Regression] ice in modify_assignment, at ipa-param-manipulation.cc:1905 Date: Tue, 28 Feb 2023 08:37:37 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D108959 --- Comment #6 from David Binderman --- As expected: $ git bisect bad e8109bd87766be88 e8109bd87766be88e83fe88a44433dae16358a02 is the first bad commit commit e8109bd87766be88e83fe88a44433dae16358a02 Author: Martin Jambor Date: Fri Feb 3 13:28:24 2023 +0100 ipa: Avoid invalid gimple when IPA-CP and IPA-SRA disagree on types (108384)=