Incorrect TYPEP on OR type with COMPLEX

Bug #2054195 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 f326a (x)
  (typep x '(or (integer 36757953510256822604 *)
             (complex fixnum))))

(f326a #c(1 2)) ==> nil

(typep #c(1 2) '(or (integer 36757953510256822604 *)
                 (complex fixnum)))
   ==> t

x86-64, "2.4.1.213-165d69de9"

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