Skip to content
Snippets Groups Projects
Commit 9087e333 authored by camm's avatar camm
Browse files

more array tests for gcl;axe clcs-error-set;broaden fast-link checking...

more array tests for gcl;axe clcs-error-set;broaden fast-link checking types;axe cmp-array-element-type;c1array-element-type;fboundp-expander;redo sequence-type-element-type;tighter two-tp-inf;faster make-info;function-lambda-expression in disassemble;boundp,symbol-package,symbol-value,symbol-function, and fboundp inlines;exclude and,or,not from portable-source expansion;stack_cons macro;speedup add-hash and clear-compiler-properties;faster search;tighter returns on search,position,count,mismatch;underflow errors with C optimization;boundp,symbol-package,symbol-value,symbol-function, array-element-type and fboundp fastlinks
parent 5bcdd9c5
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@
((not (typep a `(array ,element-type *)))
:fail-not-array6)
#-gcl
; #-gcl
((not (typep a `(array ,element-type ,rank)))
:fail-not-array7)
......
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