From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1FDB93858C30; Sun, 4 Jun 2023 22:01:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1FDB93858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685916073; bh=oqS15n8dKfKoIjgvQ3UcQ2kjEJEJMXmyBLwwjC1qQHk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yr0tMAxxYG5u1i7j3JAKMrS7ePW86jK6pLMhvBm1wfnbDzeG8/v7wmfXgt3Hg4Nxx isyfw+pIqbb1Zn7swn/8sGwJuj4PLYJxgY/nHyUq3zQNRX1h2XtnKHctH7jKUd/W2a GhwnjuBHB0wJ0stGE3we8n1UOnJVsmIJhQjHbAJ4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110117] [14 Regression] ICE on valid code at -O1 with "-ftree-vrp -fno-tree-ccp -fno-tree-forwprop": in as_a, at machmode.h:381 Date: Sun, 04 Jun 2023 22:01:13 +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: unknown X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia 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=3D110117 --- Comment #3 from Andrew Pinski --- Anyways imode should just be operand_mode really. But that does not solve the issue either because extract_bit_field does not know how to handle const_int :(.=