The value NIL is not of type SB-C::VOP

Bug #1805899 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 (a)
  (declare (type fixnum a))
  (if (not (< a 0 a))
      0
      (block b4 (shiftf a 0))))

==>

The value
  NIL
is not of type
  SB-C::VOP
[...]
  0: ((LABELS SB-C::UNCHAIN-JUMPS :IN SB-C::IR2-OPTIMIZE-JUMPS) #<SB-C::VOP :INFO SB-C:BRANCH-IF :ARGS NIL :RESULTS NIL :CODEGEN-INFO (#<SB-ASSEM:LABEL 1> NIL (:G))>)
  1: (SB-C::IR2-OPTIMIZE-JUMPS #<SB-C:COMPONENT :NAME (LAMBDA (A)) {1005AB0853}>)
  2: (SB-C::%COMPILE-COMPONENT #<SB-C:COMPONENT :NAME (LAMBDA (A)) {1005AB0853}>)
  3: (SB-C::COMPILE-COMPONENT #<SB-C:COMPONENT :NAME (LAMBDA (A)) {1005AB0853}>)
[...]

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

552c28ff4cdd9b5084255c18e667b152c200d5b8

Changed in sbcl:
status: New → Incomplete
status: Incomplete → 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.