The value 70 is not of type UNSIGNED-BYTE

Bug #1999176 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 bug102 ()
  (let ((params '(70 10))
        (lambda-form
          '(lambda (p1 p2)
            (logbitp
             (the (and
                   (or (array * (1)) real)
                   (or real vector))
              p1)
             (the (integer 0 20) p2)))))
    (apply (compile nil lambda-form) params)))

(bug102) ==>

The value
  70
is not of type
  UNSIGNED-BYTE
   [Condition of type TYPE-ERROR]

x86-64, "2.2.11.58-a8602178a"

Stas Boukarev (stassats)
Changed in sbcl:
status: New → Fix Committed
Stas Boukarev (stassats)
Changed in sbcl:
status: Fix Committed → Fix Released
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.