Subsections
Use --std-c2y
to compile in this mode.
In anticipation of the upcoming version of the language standard,
C2y, SDCC supports the following prospective features:
- N3260:
_Generic selection expression with a type operand
- N3353:
Obsolete Octal and Provide New, Proper Escape Sequences
- N3356:
if Declarations
- N3369:
The _Lengthof Operator (Note: renamed to _Countof
following N3469)
- N3370:
Case range expressions
- N3398:
The containerof Macro
- N3485:
Literal Suffixes for size_t (as an extension)
- N3804:
The Elvis operator ?: