From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18626 invoked from network); 24 May 2023 13:47:35 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 24 May 2023 13:47:35 -0000 Received: (qmail 11779 invoked by uid 550); 24 May 2023 13:44:05 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 11707 invoked from network); 24 May 2023 13:44:05 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=message-id:from:date:to:resent-date:resent-from:subject: resent-message-id:resent-to; bh=C6eymPU1Hx9rpPTIZjMcy1jSh1ZJBk6plaefA2JP9dQ=; b=jagw8YVgwQbnAWiLDAHxfX77tHOjV55857L1rn3K0pJSzmRZS9ApBe+V 1t6GOf8nuHvPx2Kx1yaSdxzQamsmf40s3uwHWtfJKdVwPV5q0kULgFq05 u2P31IC3cMAs/8YtwdkpQ1zHFgRWPhhcfyv/HNnG5SSllvITcsGO4JoSq g=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=jens.gustedt@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.00,189,1681164000"; d="scan'208";a="109472216" Message-Id: From: Jens Gustedt Date: Wed, 24 May 2023 12:04:34 +0200 To: musl@lists.openwall.com Resent-Date: Wed, 24 May 2023 15:43:53 +0200 Resent-From: =?UTF-8?B?SuKCkeKCmeKCmw==?= Gustedt Resent-Message-ID: <20230524154353.7304762e@inria.fr> Resent-To: musl@lists.openwall.com Subject: [musl] [C23 feature tests 0/6] tests needed for C23 interfaces C23 has some new features, in particular attributes, that are prescribed for certain headers. Jens Gustedt (6): C23: provide fallbacks for the use of C attributes C23: add a feature test for the __VA_OPT__ feature C23: add a feature test for the [u]int128_t Add a feature test for the _BitInt types. add a `__inline_or_static` macro for pre-C99 compilers C23: add an internal interface for the new unsequenced attribute include/features.h | 51 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) -- 2.34.1