Skip to content
Snippets Groups Projects
Commit 3d8e8dfb authored by pfdietz's avatar pfdietz
Browse files

New gcl compiler bug involving multiple-value-setq

parent ac995967
No related branches found
No related tags found
No related merge requests found
......@@ -11242,3 +11242,9 @@ Broken at C::WT-MAKE-CLOSURE.
:a)
;;; gcl 2.7.0 (7 Mar 2006)
;;; Wrong value -- NIL
(deftest misc.632
(funcall (compile nil '(lambda () (let (b) (multiple-value-setq (b) 10)))))
10)
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