From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4BC063858C5E; Tue, 30 Jan 2024 14:45:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4BC063858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706625913; bh=RfczwVvxlZt7A0KNXPeiEKAwfheSFv9dDMwXVkz/lxc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YVRyN7rEHaeZO3zqZqeTRET82NopTFkD7i6PJ5M/bDiLjF80gaDqgP+KlgW7q//QE kxvg+d4hD/5vIZPCGJxZyzsDmmSt2MD0dU3n3yf1SwKpV+XE/v3TXBhCyBf6LyfmlW MU/pc30Yj2p9g665GzyyILHiQKtt7Dl8Mo4vLB6E= From: "ricbal02 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111268] [11/12/13/14 Regression] internal compiler error: in to_constant, at poly-int.h:504 Date: Tue, 30 Jan 2024 14:45:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: ricbal02 at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D111268 Richard Ball changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ricbal02 at gcc dot gnu.org --- Comment #15 from Richard Ball --- The following patch fixes the neon-sve-bridge.c regression around this bug. https://sourceware.org/pipermail/gcc-patches/2024-January/644432.html=