From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F30C53858C50; Thu, 26 Jan 2023 01:26:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F30C53858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674696388; bh=LqgUr7+unHqMKI/haqiKlhsows8uGWz84LA+3g8ezXc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=axywyFkLf2B/MrAdgldh0OhCrE1lNU6YjH7u/HNg4E6v5WrtCsKYi59uO9Oy1cU0F VWdolXE9VklfVugMfXhmGUWjNgLbZku9Sn2ecoGysqvUu2IFLDNlkQnY2/NEExLFaw /UfNNECpepmpiwUtimgTwc51V1RSQxy3q4WvGLrI= From: "joseph at codesourcery dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/84764] Wrong warning "so large that it is unsigned" for __int128 constant Date: Thu, 26 Jan 2023 01:26:28 +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: 7.3.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: joseph at codesourcery dot com 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D84764 --- Comment #5 from joseph at codesourcery dot com --- Also, for it to become an extended integer type, it would be necessary to=20 define integer constant suffixes and implement printf / scanf support in=20 the library, because is now required to provide intN_t /=20 uintN_t when there is a matching standard or extended integer type, so=20 would be required to provide int128_t / uint128_t, which in turn would=20 require the corresponding and macros, so requiring= =20 constant suffixes and printf / scanf support.=