From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 06D69384D14D for ; Thu, 20 Oct 2022 17:31:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 06D69384D14D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.95,199,1661846400"; d="scan'208";a="85123668" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 20 Oct 2022 09:31:00 -0800 IronPort-SDR: rpdOHVUNA3YgU3UvAQD/oKws4m0pW3YaHTumVKUnq6spABokrdkeKGm6K5L/UHakDbsVGxNMiF XH0i+bi/XEaYHod7AJor0alcHZKqbj8YZ/tKeme6LQL4Hft3bsUbkht4c1YBETTKTX/9MQ/UvB FehsJreen56jV/n2K6ewI2AbqDCRgNoyxXiDGb2xChyHSG7WnUNCgPduCJSfDJA6LLAa6L/B5x lsN2x2Co7bN81wDdfTVrSSUKCjcRFp3xCpnsXyFQ2mHPbv1hzmTWQLFkzj9fdPEvDwjIKWy7Jj 5Rk= Date: Thu, 20 Oct 2022 17:30:50 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: C2x features status Message-ID: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-13.mgc.mentorg.com (139.181.222.13) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3110.5 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: I'm working on adding various C2x features to the C front end (and elsewhere in GCC as applicable). I suspect I won't get all the C2x features done for GCC 13. If anyone else is interested in adding C2x features, I'd encourage looking at some of the following, which I may well not get to for GCC 13 (and posting here to avoid duplication of effort if working on such a feature): * Bit-precise integer types (_BitInt) (see bug 102989) (integrated version based on N2763, plus literal suffixes from N2775 and bit-fields from N2969). Would require working with back-end maintainers and upstream ABI groups, where available, to get ABIs defined for as many architectures as possible, as well as some default ABI choice in GCC for architectures that haven't defined the ABI for these types. * [[unsequenced]] and [[reproducible]] attributes for function types. See N2956. These are supposed to be similar to const and pure attributes, at least in the absence of pointer and array function parameters (but note they never affect type compatibility). * Tag compatibility (N3037, alternative wording). Martin Uecker might have patches for a draft version of this? * Preprocessor #embed (N3017) (see bug 105863). -- Joseph S. Myers joseph@codesourcery.com