From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0158F3858C2D; Mon, 7 Aug 2023 00:44:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0158F3858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691369041; bh=gj2ekSqg1G1GVuYPjq113geTk9QUp+/qQUAk1UBWufc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=x4rDdbFCxRDUcmjW5P3xoJyXOYeoqWfSisYzR5ZBWzX/3ZiL+tc2kQki8BMqbUL+X 0MT4c8KqfeEby96lEHooF1Z84/LZlPEJ0KJgwDnUoi1DwbXlvl0dWjcpG+IPB+/IqD Yexvmqhv2E9rWlr5p3PB4TUsmJjYuHl2uC66krec= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110924] [14 Regression] ICE on valid code at -O{s,2,3} on x86_64-linux-gnu: verify_ssa failed Date: Mon, 07 Aug 2023 00:44:00 +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: 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=3D110924 --- Comment #2 from Andrew Pinski --- Confirmed, though this is undefined code unless a is always 0.=