-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-1424
-
-
The TI compiler allows enumerated types to have 64-bit values. In C, values of enumerated type can be used in arithmetic as if they were integers. This bug could cause the compiler to crash when trying to deal with arithmetic on 64-bit enumerated types, or could cause the compiler to generate incorrect code.