New C features in GCC 13 (Red Hat Developer)
New C features in GCC 13 (Red Hat Developer)
Posted May 5, 2023 15:19 UTC (Fri) by magfr (subscriber, #16052)In reply to: New C features in GCC 13 (Red Hat Developer) by HenrikH
Parent article: New C features in GCC 13 (Red Hat Developer)
Except those it can't handle.
intmax_t tend to get frozen when ABIs are set and afterwards they wont change even if the compiler supports wider types.
intmax_t tend to get frozen when ABIs are set and afterwards they wont change even if the compiler supports wider types.
GCC on x86_64 have supported _int128 for years but glibc have not.
