Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
b68a9aeb
Commit
b68a9aeb
authored
Feb 07, 2006
by
pfdietz
Browse files
Added test for sbcl 0.9.9.19
parent
127895d2
Changes
1
Show whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
b68a9aeb
...
...
@@ -11076,3 +11076,20 @@ Broken at C::WT-MAKE-CLOSURE.
17549.955)
#.(+ 81535869 17549.955))
;;; sbcl 0.9.9.19
;;; The function SB-VM::%LOGBITP is undefined.
(deftest misc.623
(funcall
(compile
nil
'(lambda ()
(declare (optimize (space 2) (speed 0) (debug 2)
(compilation-speed 3) (safety 0)))
(loop for lv3 below 1
count (minusp
(loop for lv2 below 2
count (logbitp 0
(bit #*1001101001001
(min 12 (max 0 lv3))))))))))
0)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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