From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CCF3A3858C1F; Sat, 11 Mar 2023 01:30:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CCF3A3858C1F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678498233; bh=CSYIGxj5TBQKj/LX6Zza8i9zRfF/RqezxWQswbCol48=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dK/62bsdjZ053yjNb94S6V+66nGYDd07k7s3T1iMcj2yfcc4iKhrBoGK0FhgCZKH7 zvdDYRleX/UWuaWl/b6Tfh5SQJDd/OWs2Ciz/LH+zJt9PwydN7HPQBP4G5pYoZ25y5 /xiStT2WEly/UPf4iWYjydcBT9WnHV/4zA93lh+4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/105532] [11 Regression] UBSAN: gcc/hwint.h:293:61: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int' Date: Sat, 11 Mar 2023 01:30:33 +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: cf_known_to_fail short_desc 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 ---------------------------------------------------------------------------- Known to fail| |10.1.0, 12.1.0, 12.2.0 Summary|[11/12 Regression] UBSAN: |[11 Regression] UBSAN: |gcc/hwint.h:293:61: runtime |gcc/hwint.h:293:61: runtime |error: shift exponent 64 is |error: shift exponent 64 is |too large for 64-bit type |too large for 64-bit type |'long unsigned int' |'long unsigned int' Known to work| |12.2.1 --- Comment #11 from Andrew Pinski --- Fixed for GCC 12.3.0 also.=