From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 759D2385AC2C; Fri, 1 Dec 2023 08:20:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 759D2385AC2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701418823; bh=qSfgVAB3VBHiRKgcFNzP1SsEBu6qGa4KpHh544q8jds=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mUZiFIYWyzPw+lwLm4knWC337W4QSw12e5aDyO2lHhmwkosbXYNpoo4MqJb15AM5X KwNtETm0M+CwIwu8QGrvY4Gyhmex96ikgHI4j2KIVKZFfHhMranJOKJ/MfXT96awfp jRDj7k6jK0Ean5Xp+HhkLX7tIBBmj3zMpLDmFNMw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112804] ICE in aarch64 crosscompiler in plus_constant, at explow.cc:102 with -mabi=ilp32 Date: Fri, 01 Dec 2023 08:20:23 +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, needs-bisection 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: --- 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=3D112804 --- Comment #1 from Andrew Pinski --- Looks like -finline-stringops is not correc5 for the case where ptrmode !=3D Pmode. I might take a look next week or the week afterwards. I also suspect you might hit it on x32 also.=