Layout of char #101
Labels
A-layout
Topic: Related to data structure layout (`#[repr]`)
C-open-question
Category: An open question that we should revisit
S-not-opsem
Despite being in this repo, this is not primarily a T-opsem question
Currently we only say that
char
has size4
. Is there anything we can say about its alignment beyond "implementation-defined" ?Also @ubsan mentioned:
This question is still unresolved.
We probably also want to mention whether on all currently supported platforms the ABI of
char
isINTEGER
orAGGREGATE
.The text was updated successfully, but these errors were encountered: