public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* C2x features status
@ 2022-10-20 17:30 Joseph Myers
  2022-10-21 18:31 ` Florian Weimer
  0 siblings, 1 reply; 9+ messages in thread
From: Joseph Myers @ 2022-10-20 17:30 UTC (permalink / raw)
  To: gcc

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-10-21 22:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20 17:30 C2x features status Joseph Myers
2022-10-21 18:31 ` Florian Weimer
2022-10-21 19:14   ` Marek Polacek
2022-10-21 19:29     ` Arsen Arsenović
2022-10-21 19:55       ` Florian Weimer
2022-10-21 20:26         ` Arsen Arsenović
2022-10-21 21:11   ` Joseph Myers
2022-10-21 22:13     ` Florian Weimer
2022-10-21 22:19       ` Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).