#<SB-KERNEL:NAMED-TYPE NIL> fell through ETYPECASE expression.

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

Bug Description

(lambda (x)
  (loop for y below 3 count
       (or
 (not (or (>= y y) (equal y -787357528)))
 (= x
    (or (>= y y) (equal y -787357528)) ;; bad type for =
    ))))

===>

#<SB-KERNEL:NAMED-TYPE NIL> fell through ETYPECASE expression.
Wanted one of (SB-KERNEL:ARRAY-TYPE SB-KERNEL:UNION-TYPE
               SB-KERNEL:INTERSECTION-TYPE
               SB-KERNEL:MEMBER-TYPE).
[...]
  0: ((LABELS SB-KERNEL::DETERMINE :IN SB-KERNEL:CTYPE-ARRAY-SPECIALIZED-ELEMENT-TYPES) #<SB-KERNEL:NAMED-TYPE NIL>)
  1: (SB-KERNEL:CTYPE-ARRAY-SPECIALIZED-ELEMENT-TYPES #<SB-KERNEL:NAMED-TYPE NIL>)
  2: ((FLET SB-C::NON-EQUAL-ARRAY-P :IN "SYS:SRC;COMPILER;SRCTRAN.LISP") #<SB-KERNEL:NAMED-TYPE NIL>)
  3: ((SB-C:DEFTRANSFORM EQUAL) #<SB-C::COMBINATION :FUN #<SB-C::REF :LEAF #<SB-C::GLOBAL-VAR :%SOURCE-NAME EQUAL :TYPE #1=#<SB-KERNEL:FUN-TYPE #> :DEFINED-TYPE #1# :WHERE-FROM :DECLARED :KIND :GLOBAL-FUN..
[...]

Revision history for this message
Stas Boukarev (stassats) wrote :

7f50fa0abb06a0675163210f1a4580b98e5801bf

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.