From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: from second.openwall.net (second.openwall.net [193.110.157.125]) by inbox.vuxu.org (Postfix) with SMTP id 8747B2F7DC for ; Tue, 29 Oct 2024 00:54:19 +0100 (CET) Received: (qmail 13551 invoked by uid 550); 28 Oct 2024 23:54:13 -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 x-ms-reactions: disallow Received: (qmail 13509 invoked from network); 28 Oct 2024 23:54:13 -0000 Date: Mon, 28 Oct 2024 19:54:05 -0400 From: Rich Felker To: enh Cc: musl@lists.openwall.com Message-ID: <20241028235404.GB10433@brightrain.aerifal.cx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] C23 unreachable() and nullptr_t On Mon, Oct 28, 2024 at 04:22:39PM -0400, enh wrote: > do you already have unpublished patches to add C23 unreachable() and > nullptr_t to , or is it helpful if i send a patch? I think it's included in Jens' C23 patches, which I need to get back to. Rich