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
e03f2470
Commit
e03f2470
authored
Jun 02, 2005
by
pfdietz
Browse files
Added test for bug in sbcl 0.9.1.21 related to LOGXOR
parent
452d4a32
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
e03f2470
...
...
@@ -10761,3 +10761,17 @@ Broken at C::WT-MAKE-CLOSURE.
(lognand b (deposit-field b (byte 0 0) 3762528061))))
20408096470)
-3225589269)
;;; SBCL 0.9.1.21
;;; The function SB-C::SPECIFER-TYPE is undefined.
(deftest misc.600
(funcall
(compile
nil
'(lambda ()
(declare (notinline min ash))
(declare (optimize (speed 0) (debug 1) (safety 1)
(space 1) (compilation-speed 3)))
(logxor (ash 0 (min 90 0)) 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