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: Camm Maguire
Subject: Re: [Gcl-devel] Re: gcl and the random tester
Date: 01 Mar 2004 22:04:59 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  Think this is fixed now.

Take care,

"Paul F. Dietz" <address@hidden> writes:

> 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
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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