New C features in GCC 13 (Red Hat Developer)
New C features in GCC 13 (Red Hat Developer)
Posted May 6, 2023 0:51 UTC (Sat) by NYKevin (subscriber, #129325)In reply to: New C features in GCC 13 (Red Hat Developer) by vadim
Parent article: New C features in GCC 13 (Red Hat Developer)
As a result, while an implementation is permitted to consider code length in deciding which type to use for int_fastXX_t, in practice the implementation must select *one* fixed width (for each int_fastXX_t type) and use it throughout the entire ABI. If you think about it, this is pretty much required anyway, because otherwise there could be no separate compilation of functions taking int_fastXX_t as an argument.
Posted May 6, 2023 14:32 UTC (Sat)
by mathstuf (subscriber, #69389)
[Link]
With the one exception that `char`, `signed char`, and `unsigned char` are distinct.
New C features in GCC 13 (Red Hat Developer)
