-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-6666
-
-
-
The problem is specific to a downcounting loop. If I replace the nearby "for" line with the commented-out up-counting version, there is no error.
-
An assignment of a 64-bit value to a 32-bit-element array, inside a loop that counts down by 1, may cause the compiler to crash with an internal error message.
64-bit to 32-bit assignment with predecrement causes compiler crash with INTERNAL ERROR: no match for ASG