From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D29183858D1E; Sat, 23 Mar 2024 02:31:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D29183858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711161090; bh=I6A6tFqa/Rw/exZLm9cgSTTyQ0JPpEF+DqtRA12l6DU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZFeb/4SW+dSZqiZO1NUf/VGiWTohIVTPwE/IzKVf5O4gxz1Va4RUamTF4RAVp5QX+ 8xxwNALfQa83LuTFn9O+F8nvScx/ZmsDUQ7Ukab7eUWo/Zis29ZhBD7AmEwc5Ad+0v MISrhD9Mxj3NvnqlhzQohK6n6eVjElyfiq7o8JBU= From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114433] ICE: verify_ssa failed: definition in block 9 does not dominate use in block 8 with _BitInt() bitfield shift at -O1 and above Date: Sat, 23 Mar 2024 02:31:29 +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: zsojka at seznam dot cz X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D114433 --- Comment #2 from Zdenek Sojka --- Created attachment 57786 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57786&action=3Dedit probably related, not fully reduced testcase=