Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1007 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 1007 Bytes

tcc-missing-features

I decided to create this repo to ask developers list all missing features from TCC so we can have them in one place.

Missing Features

C95

Feature Implemented
Digraphs [ ]

C99

Feature Implemented
... [ ]

C11 / C17

Feature Implemented
... [ ]

C23

Feature Implemented
Digraphs [ ]
Digit separator ' [ ]
Empty initializer ={} [ ]
Attribute [[deprecated]] [ ]
Attribute [[fallthrough]] [ ]
Attribute [[maybe_unused]] [ ]
Attribute [[nodiscard]] [ ]
Attribute [[noreturn]] [ ]
Attribute [[reproducible]] [ ]
Attribute [[unsequenced]] [ ]
Unnamed parameters in function definitions [ ]

GCC extensions

Feature Implemented
__auto_type [ ]