Incorrect result in CASE
Bug #2078847 reported by
Paul F. Dietz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
(defun f400 ()
(declare (notinline boole))
(case (boole boole-xor 0 0)
((-104) 0)
((-28 -41 -38 -99 -110 -81) 0)
(t 1)))
(f400) ==> 0 ; should be 1
x86-64, "2.4.8.
Changed in sbcl: | |
status: | New → Fix Released |
To post a comment you must log in.