Incorrect result from nested IFs with comparisons (2)

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

Bug Description

In SBCL 2.1.10.214-c78c677a3, x86-64

(defun bug072 (a)
   (labels ((%f () 0))
     (if (<= a 0)
         :bad
         (if (< a 0)
             (%f)
             (%f)))))

(bug072 10) ==> :BAD

Revision history for this message
Paul F. Dietz (paul-f-dietz) wrote :

This was fixed in a later commit.

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