Incorrect value computed in case #4

Bug #2058304 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 f361 (b)
  (loop for lv1 below 2
        collect (case (case lv1 ((18 #\u #\f) 2) ((#\i) b) (t lv1))
                  ((1) 0)
                  ((32 -50 0) 1)
                  (t 0))))

(f361 0) ==> (0 0) ;; should be (1 0)

x86-64, "2.4.2.210-c4f2ef191"

Stas Boukarev (stassats)
Changed in sbcl:
status: New → Fix Released
Revision history for this message
Paul F. Dietz (paul-f-dietz) wrote :

Fixed in "2.4.2.211-0765d62df"

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.