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
3099bb35
Commit
3099bb35
authored
Mar 28, 2006
by
pfdietz
Browse files
Bug in compiled CEILING for sbcl 0.9.11.4
parent
cd69f976
Changes
1
Show whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
3099bb35
...
...
@@ -11282,3 +11282,17 @@ Broken at C::WT-MAKE-CLOSURE.
(- -83659.0 (the (member 35182846) p2)))))
(funcall (compile nil form) 35182846))
#.(- -83659.0 35182846))
;;; sbcl (x86 linux) 0.9.11.4
;;; Different results
(deftest misc.635
(let* ((form '(lambda (p2)
(declare (optimize (speed 0) (safety 1)
(debug 2) (space 2))
(type (member -19261719) p2))
(ceiling -46022.094 p2))))
(values (funcall (compile nil form) -19261719)))
1)
\ No newline at end of file
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