-
Bug
-
Resolution: Unresolved
-
Low
-
Code Generation Tools
-
CODEGEN-11322
-
C2000_22.6.0.LTS
-
default
-
Rewrite the switch to use if/then statements checking the range of the input.
-
The attached source file contains switch case ranges such as ...
case RAMLS0_BASE_ADDR ... RAMD1_LAST_ADDR: f1(); break;
Build it ...
$ cl2000 file.c >> Compilation failure