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
691d6164
Commit
691d6164
authored
Jun 02, 2005
by
pfdietz
Browse files
And another test for that bug, this one for LOGEQV
parent
e03f2470
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
691d6164
...
...
@@ -10775,3 +10775,15 @@ Broken at C::WT-MAKE-CLOSURE.
(space 1) (compilation-speed 3)))
(logxor (ash 0 (min 90 0)) 0))))
0)
(deftest misc.601
(funcall
(compile
nil
'(lambda ()
(declare (notinline gcd))
(declare
(optimize (debug 3) (space 3) (safety 3)
(compilation-speed 2) (speed 3)))
(logeqv 0 (gcd 0)))))
-1)
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