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
2c7d7f57
Commit
2c7d7f57
authored
Feb 08, 2006
by
pfdietz
Browse files
Another sbcl logbitp bug
parent
633149a9
Changes
1
Show whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
2c7d7f57
...
...
@@ -11147,3 +11147,16 @@ Broken at C::WT-MAKE-CLOSURE.
-2)
47119)
;;; failed AVER: "(<= Y 29)"
(deftest misc.626
(funcall
(compile
nil
'(lambda (a)
(declare (type (integer -902970 2) a))
(declare (optimize (space 2) (debug 0) (compilation-speed 1)
(speed 0) (safety 3)))
(prog2 (if (logbitp 30 a) 0 (block b3 0)) a)))
-829253)
-829253)
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