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
9fa9c018
Commit
9fa9c018
authored
May 30, 2006
by
pfdietz
Browse files
New sbcl compiler bug (type propagation on COERCE)
parent
4d946e4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
9fa9c018
...
...
@@ -11602,7 +11602,7 @@ Broken at C::WT-MAKE-CLOSURE.
(declare (optimize (speed 0) (safety 0) (debug 2) (space 2))
(type (member integer *) p2))
(coerce 523242 p2))))
(funcall (compile nil form)
523242
))
(funcall (compile nil form)
'integer
))
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