From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 68F8A3854830; Fri, 13 Jan 2023 09:48:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 68F8A3854830 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673603296; bh=oW+1FcA4q1u7L8k5gug9RZzZ0YYCSpWh4WgSmsaKtvY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jBkZ2DhpLwYYrJV3cYSexXJY70Vo7YaMQq2TEN8KfvK0TvP3hJMyY6DzZgUdqLwkw KJyjoqQxhAErlBBUrbCNvp1KeJf05FZvkv7WiYZeCBtGUcdDWfqgTkP0jM3R2u83Ud VC2zcEO7xkf4kIPWxqKbz97mklLcmiISonmEOI40= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108387] [13 Regression] ICE in VN_INFO with multiple and shifts producing 0 at -O2/s/3 Date: Fri, 13 Jan 2023 09:48:16 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D108387 --- Comment #4 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:adbee4a197c7b735a3dd58cfac8933f70069f71d commit r13-5136-gadbee4a197c7b735a3dd58cfac8933f70069f71d Author: Richard Biener Date: Fri Jan 13 08:37:24 2023 +0100 tree-optimization/108387 - ICE with VN handling of x << C as x * (1<