From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6660038582B7; Thu, 1 Feb 2024 17:08:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6660038582B7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706807287; bh=9Rh01rtZyikYVbJ4ztC67BJXdjqMldZcakRtBKFltU4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PHEfSM2RN7q6LrT8LU9FQaiFUnp1mhkaR67E/8c3ZmegJHLDue4fs3+qhZ8KySLEs KVX+3Sbu+6niYcDsm9D0kRDdkfGJ/4//gVlT7W3HZ5+XU8WSyAhZVpeveZC80qigPP bdxAMpVHUGFJzpl6kPoVgNIVXD5EDMvwW/n7c7R0= 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: Thu, 01 Feb 2024 17:08:06 +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: ricbal02 at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 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=3D111268 --- Comment #16 from Richard Ball --- Confirmed that approved patch: https://sourceware.org/pipermail/gcc-patches/2024-February/644711.html Fixes neon-sve-bridge.c error and the error in #c8. The error in #c3 appears to already be fixed.=