Invalid type error on complex number and EQL/MEMBER types

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

Bug Description

(defun f383 (p2 q)
  (declare (type (eql #c(-0.10169491 -45424.293)) p2))
  (= #c(13527307838729/10314776464602 -942)
     (the (member #c(-0.10169491 -45424.293)
                  29132239044 #:g36315 #\a)
          (flet ((%f (x) (the (complex single-float) x)))
            (if q
                (%f p2)
                (%f '#c(-43690.79 -51535.13)))))
     -2))

(f383 #c(-0.10169491 -45424.293) t) ==> type error

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.