-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-4942
-
-
-
-
The TI compiler accepts the GNU extension statement expressions in both C and C+. This feature allows using a statement where an expression is allowed in standard C or C, but a statement is not. If one of these statement expressions is used inside a conditional expression (such as that of an if, while, or for), the compiler will fail with an internal error when the code is compiled in C+ mode.