From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EA2093857C5A; Wed, 21 Dec 2022 18:34:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA2093857C5A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671647685; bh=nTT6BXxBVP2bDuRWthSVNwIGoJodaZrVNv9CFvQ7NFA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s1wwwbuyYhdKlzEZvCyAl7/Udn0n2U7OFYdFk7vn5Z/p//J9WV05usCLy/3NiP2e2 OuYKVlMCiiwxEbnzsYDKTpgRyBAqt6ruMR9zDpERrhPWoJQJ7DrJk2VlbVWldBbwm1 yMs+0NfM5u+pLyfGXzctvYTP02tGM5UjT8I8RSE4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/105532] [11/12 Regression] UBSAN: gcc/hwint.h:293:61: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int' Date: Wed, 21 Dec 2022 18:34:45 +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, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_fail cf_known_to_work 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=3D105532 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13 Regression] |[11/12 Regression] UBSAN: |UBSAN: gcc/hwint.h:293:61: |gcc/hwint.h:293:61: runtime |runtime error: shift |error: shift exponent 64 is |exponent 64 is too large |too large for 64-bit type |for 64-bit type 'long |'long unsigned int' |unsigned int' | Known to fail|13.0 | Known to work| |13.0 --- Comment #9 from Andrew Pinski --- Fixed at least for GCC 13 (trunk). Still open for backporting.=