From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1B63A3858D1E; Mon, 30 Jan 2023 22:11:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B63A3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675116712; bh=xi8YSrHzVSBxryPE6e6M6bCguiGK836dNtA3efwfD5k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NmUuVgGrz9OBT4fd2eUrQB17ZbHovOWPZ7y1k3F060dH6vxRj5y9XiRhFl0DKY53Q IDo99fu47UIkKUFtMJ5YjUPQUtU5lEm6PoLi53WN1WL3NkTfczcmnS8wp48aLZiFt3 a1S9Jswe4scASBxZiT8iOQnLEGUyQFyg80+pJBGc= From: "ptomsich at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108589] ICE: RTL check: expected code 'reg', have 'subreg' in rhs_regno, at rtl.h:1932 with -mtune=ampere1a -fno-split-wide-types Date: Mon, 30 Jan 2023 22:11:51 +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-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ptomsich at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ptomsich at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D108589 --- Comment #3 from ptomsich at gcc dot gnu.org --- I can confirm that the issue reproduces (as expected) with the '--enable-checking=3Drtl' configuration. I'll retest the fix and submit vi= a the list.=