From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B2BC53861834; Wed, 26 Aug 2020 00:52:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2BC53861834 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598403152; bh=pOuWW+aQDB8RmDVnGxKH/jSIM2ualmDd8xSLzEdEXxs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=P+A8knQu1UNcpXj/N7d3QCtxbThWremm8qHI3ac2j+5qGqVZc/Q9o2P2CdDYBEqSK bYsIaK75sriebcd1oY8NXxY+gjtb5t5yRUSMJr8WrrN0W+2z/IRF6NOcyzFgpWJowM cbf4muI4TQ3Cy/4lfC1YWxDvkdTqbaD1ubNd/SNk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/96788] "integer constant is so large that it is unsigned" warning is incorrect Date: Wed, 26 Aug 2020 00:52:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2020 00:52:32 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96788 --- Comment #1 from Andrew Pinski --- __int128 should not be used with respect to the type at all. __int128 is = NOT extended integer type: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D50441=