Skip to content
Snippets Groups Projects
Commit 0c8e9206 authored by pfdietz's avatar pfdietz
Browse files

Another random test failure for sbcl

parent 8d2957bf
No related branches found
No related tags found
No related merge requests found
...@@ -11353,3 +11353,19 @@ Broken at C::WT-MAKE-CLOSURE. ...@@ -11353,3 +11353,19 @@ Broken at C::WT-MAKE-CLOSURE.
(%f8 b))))) (%f8 b)))))
(funcall (compile nil form) :good 18 0)) (funcall (compile nil form) :good 18 0))
:good) :good)
;;; sbcl 0.9.11.45 (x86 linux)
;;; Incorrect value: -32377322164
(deftest misc.640
(let ((form '(lambda (b g)
(declare (type (integer 303184 791836) b))
(declare (optimize (compilation-speed 2) (debug 0) (space 1)
(speed 1) (safety 2)))
(loop for lv1 below 2
sum (if (<= g lv1)
(labels ((%f7 () (prog1 b 0))) (%f7))
(setf g -16188661082))))))
(funcall (compile nil form) 335562 4655131896))
-16188325520)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment