From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EFCE6385840D; Mon, 11 Mar 2024 12:43:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EFCE6385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710161035; bh=X4YtljdX/I6pZ3yP7fsfn1mkuGIpBchCjna/1QHBkeA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jruO0US/kKoRvszO5e7emZ2GL9HUrpOQjVdM/KqsIfmdrswhVOtlb2Tqtm5/NTVN7 LhtW3V48h7ZeZDgE9HR28epEFzPgJXO5qd/h6KZRQJ6LrGMkPYVA8HsI86v6pvOsqR HpZiqbDB8b7daK776HqKlcxmiWUvRkxQIL/QvQIA= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/31470] inttypes.h provides incorrect macro definitions Date: Mon, 11 Mar 2024 12:43:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com 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: security- X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: 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=3D31470 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fweimer at redhat dot com, | |jsm28 at gcc dot gnu.org --- Comment #1 from Florian Weimer --- Interesting. Joseph, should we change most of the macro definitions accordingly? I don't have access to C23, but the wording in C11 suggest to = me that the example violates the precondition set in 7.8.1p1. It's hard to interpret though due to default argument promotions, though. --=20 You are receiving this mail because: You are on the CC list for the bug.=