Skip to content
Snippets Groups Projects
Commit f437871a authored by dtc's avatar dtc
Browse files

Generate a compiler note if the default initial element for make-array

is not a subtype of the element-type. According to ANSI CL the result
of accessing uninitialised elements is undefined, and currently in
CMUCL it can cause problems not detect in safe code when the default
element not a subtype of the element-type - at least a compiler note
is generated now.
parent d866a888
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment