From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 227083858D3C; Sat, 13 Jan 2024 22:50:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 227083858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705186216; bh=g9KRI5lplm7iuyx6fcXco1sNt2n0NhevryxNOKB6Whw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=APTV6Cvn4J7dSWCDFTs871jOcNPvL6PP7oyyJeZjEa9Cb0IOYcud12FBR9VG/8vHN j0KgRtNAiPdxveH3V5AGyFtgpo4yhUmAXo1N2XsbZ3+iefBDnLU6yMK7tHPcS2i1LH /zug3YAerrZa9g60FntqxcduEeueOcuJ9NziP0DY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113374] [14 regression] ICE in find_uses_to_rename_use Date: Sat, 13 Jan 2024 22:50:15 +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-on-valid-code 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: 14.0 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=3D113374 --- Comment #3 from Andrew Pinski --- Created attachment 57075 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57075&action=3Dedit Reduced C testcase Note I think there is a missed VRP removing some bounds check but this is n= ot the issue here.=