From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3985B3858D28; Wed, 20 Mar 2024 20:57:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3985B3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710968250; bh=k0Kl0IJJIsc39rY6AWBKCBzs6dBsiKvLaVIuJOqc+ss=; h=From:To:Subject:Date:From; b=WBT72dXWjYvM9z+PKNQtZyMDtYGrAgdCzj+nNEMMa00VH9QcXTDl2ffLOg8O5gtvQ wXPFmJmiKSxXYOzM/mhubisAntrE7KYu6KMoyF9d0Z2dfUx7YIO4sVvdyXCOCnQLse ntuuKGCM3vJUddDjAxzZHlD/0CAkWf7Rts+YoVOE= From: "newbie-02 at gmx dot de" To: glibc-bugs@sourceware.org Subject: [Bug stdio/31515] New: printf: format needed for __uint128_t Date: Wed, 20 Mar 2024 20:57:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: stdio X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: newbie-02 at gmx dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31515 Bug ID: 31515 Summary: printf: format needed for __uint128_t Product: glibc Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: stdio Assignee: unassigned at sourceware dot org Reporter: newbie-02 at gmx dot de Target Milestone: --- if I checked correctly,=20=20 glibc / gcc support __uint128_t as variable with 128 bits,=20=20 and *can* calculate with it, but not print.=20=20 print is needed, not only for applications and users but esp.=20=20 for debugging in the coding process. It's cumbersome, time=20=20 consuming and error prone if 'nopro's like me have to build=20=20 homebrew routines ever and ever again, IMHO a compiler / library=20=20 providing a datatype should also provide a qualified method to=20=20 check it.=20=20 Don't bother to tell me if I'm wrong, that's always an option. --=20 You are receiving this mail because: You are on the CC list for the bug.=