Incorrect result in CASE

Bug #2078847 reported by Paul F. Dietz
12
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.33-77d245005"

Stas Boukarev (stassats)
Changed in sbcl:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.