From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 862C5385703C; Sat, 17 Sep 2022 03:29:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 862C5385703C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663385393; bh=MTfIOfC7bGwLOUIYr6n/fOdm0fWtzfJm+HnmZRtAGhg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bqWn/jwRCBgzQHFPPxM71Q0TFqWLA068fIxdk525Bi9oHkgRbTdctjpew/nzx66rX wF6OWvvZShaMuzDovyZDg9NAPIz3JYOqUYduyp1EVlAQrS6q+sLWa0yB1Av3LCKxIa sFa7vWIjrTFTmzcj0B4GF78a9Dc8HV5HXM4zd6Ko= From: "unlvsur at live dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/106953] C++23 add new headers for freestanding Date: Sat, 17 Sep 2022 03:29:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: unlvsur at live 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=3D106953 --- Comment #4 from cqwrteur --- (In reply to Jonathan Wakely from comment #1) > Yes, work has already started on this. BTW TR1_STDINT is still not defined for freestanding without libc. cstdint = does not import any types like std::uint_least64_t.=