From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 04C553857708; Wed, 24 May 2023 10:58:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 04C553857708 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684925940; bh=k9a3TSdtI1dVirzVcQRTN1qqv3scK4dASkyb2yo1D40=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k1yFn3G6smulfPyeKa0zB/E8yV6lUviDn+/lT6xt8iCoafL5PZCYU9EAxa2JMhssY NlTrOetcC7okiTi5Q+97n5kEjU4FycAuRsUAFFWOZ1JR5zXp738Q/Og2YI8P9Etqfz L/be+WsuJOl/R5a4x9Wr1YcdwvAR/gvc8qg6MvPk= From: "peter.waller at arm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/109940] [14 Regression] ICE in decide_candidate_validity since g:53dddbfeb213ac4ec39f550aa81eaa4264375d2c Date: Wed, 24 May 2023 10:58:59 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: peter.waller at arm dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rsandifo 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=3D109940 --- Comment #7 from Peter Waller --- I can confirm that the original (not reduced) program no longer hits an ICE with=20 ee2a8b373a88bae4c533aa68bed56bf01afea0e2 (but does with the parent commit). Thanks.=