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
4d946e4f
Commit
4d946e4f
authored
May 30, 2006
by
pfdietz
Browse files
New sbcl compiler bug (type propagation on COERCE)
parent
d5535795
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
4d946e4f
...
...
@@ -11593,3 +11593,16 @@ Broken at C::WT-MAKE-CLOSURE.
0))))
(funcall (compile nil form) 2582756596))
0)
;;; sbcl 0.9.13.8 (x86 linux)
;;; VALUES type illegal in this context: *
(deftest misc.649
(let ((form '(lambda (p2)
(declare (optimize (speed 0) (safety 0) (debug 2) (space 2))
(type (member integer *) p2))
(coerce 523242 p2))))
(funcall (compile nil form) 523242))
523242)
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