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
fff7fa5a
Commit
fff7fa5a
authored
Feb 08, 2006
by
pfdietz
Browse files
And yet another sbcl logbitp bug
parent
2c7d7f57
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
fff7fa5a
...
@@ -11160,3 +11160,17 @@ Broken at C::WT-MAKE-CLOSURE.
...
@@ -11160,3 +11160,17 @@ Broken at C::WT-MAKE-CLOSURE.
(prog2 (if (logbitp 30 a) 0 (block b3 0)) a)))
(prog2 (if (logbitp 30 a) 0 (block b3 0)) a)))
-829253)
-829253)
-829253)
-829253)
;;; Wrong return value
(deftest misc.627
(funcall
(compile
nil
'(lambda ()
(declare (notinline logbitp))
(declare (optimize (safety 0) (debug 1) (compilation-speed 2)
(speed 0) (space 2)))
(loop for lv1 below 1
count (logbitp 7 (loop for lv1 below 0 count t))))))
1)
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