From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C7C003858CDA; Tue, 28 Mar 2023 10:34:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C7C003858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679999668; bh=ms4lf3h4X8aAvElLC8aVVuVymQmCRiuVFmHvs9KMieg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PZ7O7TDGVYOU6rttBvGA/CDOKkenhhGURZtorR0PAJOZklzpSiddA8pIiOfneBZm8 oJ+vJx8loW5n6EttcGy1w2CJFhjDtVKvZ5wi2jphdyXDzSp7T4JzjkFEOvYu5x4STS mPdT+/+YPSkWGQlbmH1CZ5O78Dk+Y4+e30MXLIzc= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109302] [12/13 Regression] ICE in emit_move_insn, at expr.cc:4225 Date: Tue, 28 Mar 2023 10:34:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.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: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D109302 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-bisection | --- Comment #2 from Jakub Jelinek --- This used to ICE in various spots long time ago, then was for some years rejected with error: No dispatcher found for the versioning attributes which changed with r12-3494-g8ea292591e42aa4d52b. Since that it ICEs in the current spot.=