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=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 29220 invoked from network); 1 May 2023 19:24:55 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 1 May 2023 19:24:55 -0000 Received: (qmail 1506 invoked by uid 550); 1 May 2023 19:24:52 -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 1474 invoked from network); 1 May 2023 19:24:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1682969079; x=1685561079; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=QQprc6sNTXwLKOwiOAq6QwZ0tu/Gsv+D6mZEtbiwAio=; b=Yy0emUIDYCG4EvKds6ebJpgbEb6F9t1b4h6Mxm2V5phQHY/jjMF4kvxaeF3aLTwHBq hy0jN2f8KoHoqOi8fLaOD1zZbmMbvtAUCqgfuPBHRDqmV1HpG1VxtaJfB8PqNGdq9rzj ePMNUpwuDJITFLCMD2CiJ9lJ0BZfGZOSs8njVy3bCxYOAGghrE/fBghptKINtDbMqpkf MDjwR0qp8VLzkbkHe1UqNW3ERVaSfA+6OZdb8hffQalhIV5pAWzT5seo/IV3mz01RDp5 rfjfDN6gwnjePPyCIboRGXfQJp9S+xTRCGfUkEf4221jyE5nlHcefGeINJBXNMXI6D8y Ql9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682969079; x=1685561079; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=QQprc6sNTXwLKOwiOAq6QwZ0tu/Gsv+D6mZEtbiwAio=; b=Ea++aa0qe+oQk+lHmunkW3K2rfMZZrzoNZE8Krgih7Bd0qJFfvDEARu284Dr1+uCOC jbSgz73dhG7QFvm4xJYnipuY6Gfo0d6vc8FjH99rHmBEhGPepnxPDTq4Ntg5VzS13j84 lHvsO7RvM9VqLvowcuJpw8eKO3ud0pF+QHS8YCgRqkKK3oTN209e+aRVIpe3zvB2isjK RC5NyONUs+lwx5Q8kGNAT/Zx3c/F9gMetY01O4gCwHGuHV3ZcyxOzPbYup14hJwWZpa0 cDHd0bn0BLBlT8SuAiHCzrcUTIMyGUg0rAqWyZBcRpHfyw4Xz6bIDioitl3gnEFWEbP/ p+YQ== X-Gm-Message-State: AC+VfDyz5R7aiP/0yR9DuaH0geZW+B4eBWPs+XaKEtgpwms6Dv+FVEYd b0irHLV0EINjZ2am6dopwBd9r2ePftT8CA2eCWIvBmbS X-Google-Smtp-Source: ACHHUZ6Dc2r1JbAF5oBW5Ux49YrYCVdL1yFeWt/AuFuOlGovV6vqet2l91/Vmgw0t0R+hIPQ6KUrsNHZSSwDWELiMCk= X-Received: by 2002:a05:6870:e506:b0:184:a61:f400 with SMTP id y6-20020a056870e50600b001840a61f400mr6922294oag.35.1682969079167; Mon, 01 May 2023 12:24:39 -0700 (PDT) MIME-Version: 1.0 References: <20230501205037.29e42745@inria.fr> In-Reply-To: <20230501205037.29e42745@inria.fr> From: Khem Raj Date: Mon, 1 May 2023 12:24:13 -0700 Message-ID: To: musl@lists.openwall.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [musl] patches for C23 Hi Jens It would be good to share it via a branch on some git repository ( I prefer that :) ) or perhaps on ml also. I and may be others too can give it a shot on some of non x86_64 arches. Thanks -Khem On Mon, May 1, 2023 at 11:51=E2=80=AFAM J=E2=82=91=E2=82=99=E2=82=9B Gusted= t wrote: > > Hello, > I now have a series of patches (~40) that implement most the missing > bits for C23 support. Nothing is very deep, here, I think, but > probably that is still quite a chunk to review. They are compile > tested for gcc version 7 to 12 and clang versions 9 to 17, but only on > x86_64. > > Shall I sent them all here (I would have to refresh my git skills for > that) or does somebody want to browse on some sort of gitlab host > first? > > When implementing this I also marginally updated my page describing > C23 library changes > > https://gustedt.gitlabpages.inria.fr/c23-library/ > > J=E2=82=91=E2=82=99=E2=82=9B > > -- > :: ICube :::::::::::::::::::::::::::::: deputy director :: > :: Universit=C3=A9 de Strasbourg :::::::::::::::::::::: ICPS :: > :: INRIA Nancy Grand Est :::::::::::::::::::::::: Camus :: > :: :::::::::::::::::::::::::::::::::::: =E2=98=8E +33 368854536 :: > :: https://icube-icps.unistra.fr/index.php/Jens_Gustedt ::