gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] New random tester failures


From: Paul F. Dietz
Subject: Re: [Gcl-devel] New random tester failures
Date: Sat, 27 Nov 2004 19:31:19 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

Camm Maguire wrote:
Greetings, and thanks for the quick notice!  I had introduced this
when speeding up certain binary operator function calls of more than
two arguments via compiler macros.

I think this should be fixed now.  Please confirm, and review if time
permits.  I am assuming I only need to ensure evaluation of arguments
which are of type cons and whose car is not 'quote.

This has apparently introduced a new bug:

Test MISC.449 failed
Form: (FUNCALL (COMPILE NIL '(LAMBDA (A) (* 10 A (SETQ A 1000)))) 1)
Expected value: 10000
Actual value: 10000000.

(this test has been committed.)

        Paul




reply via email to

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