Post #1981517
2026-05-04 09:45 UTC
@typeswitch ok,
(1) this rules.
(2) in case anyone cares:
- Clang 22 and GCC 15 introduced support for the new ISO C feature for named loops*
- the GNU C feature, statements-and-declarations-in-expressions**, can be used in lots of interesting places; e.g. ternary expressions; in the final /expression/ part of the header of a for-loop; etc.
[*] https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3355.htm
[**] https://gcc.gnu.org/onlinedocs/gcc-3.2.2/gcc/Statement-Exprs.html
Replies (0)
No replies.