gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Bug in MULTIPLE-VALUE-SETQ


From: Paul F. Dietz
Subject: [Gcl-devel] Bug in MULTIPLE-VALUE-SETQ
Date: Wed, 08 Mar 2006 06:51:57 -0600
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]