-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-8903
-
C7000_1.4.2.LTS
-
-
default
Pointer subtraction in host emulation will return large positive values when the result should be negative. For example, (int16_ptr1 - int16_ptr2), when int16_ptr2 is larger than int16_ptr1. Additionally, pointer subtraction with const vector pointer types, such as __const_int16_ptr, will fail to compile.