From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 316203858D20; Mon, 9 Jan 2023 10:08:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 316203858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673258939; bh=P1AGSCrLAyPkFl8XD1oCyvs56T/5hqQdUcECmf2SGFg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JcE0ieOd2dKx9KjAcB7SPtYhlr6an/i+jGxTY1gl6XWGqIytJVIO6BRL9y9ULMyTK qKS1RsZ2PTK4F55aPcVHZLKPAyVKZFGlyNBgctAtZIeaaptlmzJ+CWcf0q8uvnqytL 2DP/16aQAgeCkTkYUBkebcsO8HnC7Fi5rN8hAhEU= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/108237] [13 Regression] ICE: in gimple_expand_vec_cond_expr, at gimple-isel.cc:281 at -O since r13-1085-g90467f0ad649d081 Date: Mon, 09 Jan 2023 10:08:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: jakub 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=3D108237 --- Comment #8 from Richard Biener --- Btw, I've also backported the offending rev. to the GCC 12 branch, so presumably we want this fix also there even if just out of caution.=