-
Bug
-
Resolution: Fixed
-
High
-
Code Generation Tools
-
CODEGEN-5174
-
C2000_18.1.3.LTS
-
-
Rewrite the code to avoid "<=" or ">=" integer comparisons. This may not always be possible, because the optimizer may rearrange other integer comparisons to create "<=" or ">=" comparisons.
-
Integer <= and >= comparisons may falsely return "true" for some inputs. This will only happen for inputs that have more than 2...
Error in workaround for CODEGEN-3721