From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AB6CD3858018; Fri, 19 Jan 2024 22:58:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB6CD3858018 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705705133; bh=IZYUPWoKpsvOc3KSzR3Bg3fNKSRDKN5WOnGK+/6OQrQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dedLQafPxEpV6A/NRDqhtJEFDA8uBwS00xeVA3+DI8RR38ba7g+lB+dIKYKeFPk5a pqFkMczkg5abqd4OViVgWJ+ZOuoojRwPMkzaimj+nb513qQfUrYQ3JoT2hkxk6ou8F I7qkq7mYdzvyEla4ZN6vHFhQ3z1OmDNQUTDvP2Gc= From: "thiago.bauermann at linaro dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/113510] [ARM Thumb] ICE in extract_constrain_insn with CPU cortex-m23 Date: Fri, 19 Jan 2024 22:58:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: thiago.bauermann at linaro dot 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D113510 --- Comment #1 from Thiago Jung Bauermann --- Created attachment 57168 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57168&action=3Dedit Preprocessed version of pr71494.c=