From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2CB783858D39; Wed, 17 May 2023 08:44:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2CB783858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684313048; bh=bEEFFSmaKfmIkt5OUwt/lq0DKteBrv28YsoVT/Jy3Y0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tVGWuSWYjWtea18m0Z+kqjyiao5YNoJ0NbRgUslq3RojXry9dD+cDEleH4RY8oq63 4a83lxZy2HV30zKalZa7fIF7CFkA0rqMePtHwoJDAb+bfSHJkQiqx9JJPvsXru7wBl fov/rX4C51FxsQP2QpGW3z3pIPNXos4gLTYOH+Lo= From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109759] UBSAN error: shift exponent 64 is too large for 64-bit type 'long unsigned int' Date: Wed, 17 May 2023 08:44:07 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D109759 Martin Jambor changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #3 from Martin Jambor --- This test now passed with UBSAN instrumented compiler, so probably indeed a dup. *** This bug has been marked as a duplicate of bug 109788 ***=