From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A52013857C66; Fri, 6 Oct 2023 08:48:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A52013857C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696582091; bh=Omb7qDkpqKXORrdKMhukoJdXCOOdM9v2hyE0zF3wSBQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LSWIn6qRji7G3xS7Ixmx7+sRcpdzAm91zmPKigHDG+pKk7LGr0kxoayex9BvhvyRz +oGN/Lq1K2BR6wdvUtGIA/1VUTkmnh7TzDacCV9awfLSZt96E1GWFfet/m1bPy5GBy 5ZcYxwNMjkAhBfXFnZgoKtCqiiezlujVgCORtUKk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111260] [14 Regression] arm: ice in maybe_legitimize_operand, at optabs.cc:8054 Date: Fri, 06 Oct 2023 08:48:00 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: cf_gcctarget bug_status cf_reconfirmed_on everconfirmed see_also 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=3D111260 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target|arm-linux-gnueabihf |arm-*-* aarch64-*-* Status|UNCONFIRMED |NEW Last reconfirmed| |2023-10-06 Ever confirmed|0 |1 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D111711 --- Comment #5 from Andrew Pinski --- (In reply to Zdenek Sojka from comment #4) > (In reply to Andrew Pinski from comment #3) > > (In reply to Zdenek Sojka from comment #2) >=20 > ... >=20 > > > ... > >=20 > > That is 100% a different bug and should be filed separately. >=20 > Than you for checking, I've created PR111711 for that Actually it looks like I might be wrong in the end. For the reduced testcase in comment #1 we have: int __trans_tmp_5; long long int g_263.0_1; int func_16_l_1358.1_2; _Bool _4; [local count: 1073741824]: g_263.0_1 =3D g_263; _4 =3D g_263.0_1 =3D=3D 357942; __trans_tmp_5_6 =3D _4 ? 357942 : 357941; In this case, 357942 are 2 different modes (SImode and DImode). Still causes by r14-2667-gceae1400cf24f329393e96dd9720 .=