Camm,

 I've run the random tester on gcl again, and found a high
frequency bug involving MULTIPLE-VALUE-SETQ.  See test misc.632
in ansi-tests/misc.lsp:

(funcall (compile nil '(lambda () (let (b) (multiple-value-setq (b) 10)))))

  ==> NIL  (incorrect, should be 10)

This is with --enable-ansi from cvs HEAD, compiled on 7 Mar 2006.

   Paul



_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to