-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Code Generation Tools
-
CODEGEN-11940
-
-
-
default
-
Rewrite the function arguments to pass the struct by pointer, not by value.
The compiler may generate an internal error if a function which takes a struct parameter has any vector operations in the body of the function. This internal error does not occur if the struct is passed by pointer rather than by value.