Tool/software: TI C/C++ Compiler
C11 adds support for static assertions, tests we can put into our C code that will prevent compilation and linking if they fail.
This feature is significantly more powerful than pre-processor #if / #error checks.
This would be of great help for us in the development of safety-rated firmware in particular, but also for general-purpose development.
Can support for this C11 feature be added to TI's ARM Optimizing C/C++ Compiler?
--thx