From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 21BB43858425; Thu, 8 Sep 2022 14:00:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 21BB43858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662645633; bh=qWq8NueAPBaROoKUtGHkVjOGU+Z4kwquaAsFGzlfe4g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fwj/pKrrwmoK5NIpiA3UtpUnUz9Lmifh3meA/gHt4nn0qLjtDSLAwmMsjTbq9ydrq f2HdP+IiRM/1fKcOLnYVt59ngV3WVeOMHvF9RPFKgnst4l6dPJvLnQBQAZsxIc4pVM TCmGjOl1cd2VaWsDSEkJa2W/DYEacU57hkWy/pv8= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106878] [11/12/13 Regression] ICE: verify_gimple failed at -O2 with pointers and bitwise caluclation Date: Thu, 08 Sep 2022 14:00:32 +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: 12.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 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=3D106878 --- Comment #5 from Jakub Jelinek --- Created attachment 53551 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53551&action=3Dedit gcc13-pr106878-2.patch Or we can instead just tweak my r11-35-g496f4f884716ae06 change and avoid creating pointer BIT_*_EXPR in that case. That fixes the testcase, but mak= es all this stuff latent...=