gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] (random tester) Bug with compilation of MOD (and MIN?)


From: Paul F. Dietz
Subject: Re: [Gcl-devel] (random tester) Bug with compilation of MOD (and MIN?)
Date: Thu, 09 Oct 2003 18:52:04 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

Camm Maguire wrote:

Greetings, and thanks as always, Paul.  Fixed in cvs head and 2.6.1.
Keep them compiler bugs comin' -- these reports are very useful.


Here's another one:

(print
 (funcall
  (compile nil '(lambda (b c)
                  (declare (type (integer -1703373144 -48143353) b))
                  (declare (type (integer -1599614936 1525069416) c))
                  (mod b (max 61 c))))
  -1041408018 1164183045)) ;; ==> 2089376233

(print
 (funcall
  (compile nil '(lambda (b c) (mod b (max 61 c))))
  -1041408018 1164183045)) ;; ==> 122775027

        Paul





reply via email to

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