Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
a931f6ae
Commit
a931f6ae
authored
Jan 08, 2006
by
pfdietz
Browse files
Added sbcl 0.9.8.17 test -- integer type error in compiler
parent
f87559f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
a931f6ae
...
...
@@ -11044,3 +11044,20 @@ Broken at C::WT-MAKE-CLOSURE.
(debug 1) (space 3) (speed 1)))
(loop for lv2 below 1 sum (ash lv2 64)))))
0)
;;; sbcl 0.9.8.17, x86 linux
;;; The value 32 is not of type (OR (INTEGER -67 -67) (INTEGER -63 -63)).
(deftest misc.621
(funcall
(compile
nil
'(lambda ()
(declare (optimize (debug 1) (space 0) (compilation-speed 3)
(speed 1) (safety 3)))
(loop for lv1 below 2 sum
(dotimes (iv2 2 0)
(mod (dotimes (iv4 2 0) (progn (count lv1 #*0) 0))
(min -63 (rem 0 (min -67 0)))))))))
0)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment