Skip to content
Snippets Groups Projects
Commit 9fa9c018 authored by pfdietz's avatar pfdietz
Browse files

New sbcl compiler bug (type propagation on COERCE)

parent 4d946e4f
No related branches found
No related tags found
No related merge requests found
...@@ -11602,7 +11602,7 @@ Broken at C::WT-MAKE-CLOSURE. ...@@ -11602,7 +11602,7 @@ Broken at C::WT-MAKE-CLOSURE.
(declare (optimize (speed 0) (safety 0) (debug 2) (space 2)) (declare (optimize (speed 0) (safety 0) (debug 2) (space 2))
(type (member integer *) p2)) (type (member integer *) p2))
(coerce 523242 p2)))) (coerce 523242 p2))))
(funcall (compile nil form) 523242)) (funcall (compile nil form) 'integer))
523242) 523242)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment