From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E46993858D3C; Wed, 26 Apr 2023 22:42:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E46993858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682548945; bh=eqiZBbL2j7picJbk7DczgutvRV41bu+ufGM2QxmIuB4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=F8KDDvPEnZTV+bte/a/LFqwc316c6UGTeDRkYolonPqf6k6uz4k3DJIBS40Abexhi qZdjAL3/FrmUWJ+2CpQoJtPVkHBeyBLvL2vVMrB6P+HLt+T7PVzYpw6pKOS6HCwC9E OtVTGLpKETDE81Qpb0PRT4HARFoAxu4ZWEJzFzFA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109636] [14 Regression] ICE: in paradoxical_subreg_p, at rtl.h:3205 with -O -mcpu=a64fx Date: Wed, 26 Apr 2023 22:42:25 +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: 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: UNCONFIRMED 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: 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=3D109636 --- Comment #3 from Andrew Pinski --- Oh simplify_gen_subreg should not be used I think. Rather gen_lowpart shoul= d be used instead. Especially when it comes to big endian.=