Incorrect value computed in CASE

Bug #2054175 reported by Paul F. Dietz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Undecided
Unassigned

Bug Description

(defun f325 (b c)
  (declare (type (integer -16 0) b))
  (case b ((0 -3) :good) (t c)))

(f325 0 :bad) ==> :bad
(f325 -3 :bad) ==> :bad

x86-64, "2.4.1.208-c3533154c"

Stas Boukarev (stassats)
Changed in sbcl:
status: New → Fix Released
summary: - Incorrect value computer in CASE
+ Incorrect value computed in CASE
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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