-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Code Generation Tools
-
CODEGEN-49
-
SDSCM00008465
-
-
-
Don't dereference pointers to type void
-
In relaxed mode, it is possible to write an expression that dereferences a void *. This doesn't mean anything, but if the user's code dereferences a volatile void *, the compiler could crash with an internal error.
INTERNAL ERROR for user code with void pointer dereference