gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Re: gcl and the random tester


From: Paul F. Dietz
Subject: Re: [Gcl-devel] Re: gcl and the random tester
Date: Sat, 28 Feb 2004 15:43:02 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031210

Camm Maguire wrote:

Thanks!  Fixed.

Thanks!  I've updated and rebuilt.  I ran the random tester
for a while (size 1000, nvars 6) and got a non-crash failure
(this is already committed to ansi-tests/misc.lsp):

;;; gcl (2/28/2004)
;;; Error in COMPILER::CMP-ANON [or a callee]: T is not of type INTEGER.
(deftest misc.283
  (funcall
   (compile
    nil
    '(lambda (a b c d)
       (declare (optimize (speed 2) (space 2) (safety 1) (debug 1)
                          (compilation-speed 3)))
       (expt (logxor (progn
                       (tagbody
                        (multiple-value-prog1 0 a c (go 7))
                        7)
                       0)
                     0 b (rational d))
             0)))
   1 2 3 4)
  1)

        Paul




reply via email to

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