gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] ansi-tests not ansi compliant?


From: Frode Vatvedt Fjeld
Subject: [Gcl-devel] ansi-tests not ansi compliant?
Date: 28 Apr 2006 23:54:20 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

[Is this a good place to report problems with ansi-tests?]

It seems to me there's a problem with ansi-tests/rt.lsp. It does
(defvar *entries* '(nil)) and (defvar *entries-tail* *entries*), and
then proceeds to do (setf (cdr *entries-tail*) ..) in the add-entry,
thereby modifying an object produced by read and invoking undefined
behavior. I think. This could be fixed simply by replacing the
constant form '(nil) with (list nil).

Regards,
-- 
Frode Vatvedt Fjeld





reply via email to

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