Stack analyze failed AVER #2

Bug #1813036 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 f362 (a b d e)
  (declare (notinline < > round logxor))
  (declare (optimize (safety 0)))
  (flet ((%f10 ()
           (logxor
            (if d
                (multiple-value-prog1
                    1
                  (return-from %f10
                    (restart-bind nil
                      (round b
                             (if e
                                 (return-from %f10 0)
                                 a)))))
                0)
            (flet ((%f7 (f7-1 &optional &key (key1 e))
                     (return-from %f10
                       (restart-bind nil
                         (prog1 (the integer key1))))))
              (%f7 0)))))
    (flet ((%f7 (f7-3)
             (if (and (> 1 (%f10)) (< d (%f10)))
                 d f7-3)))
      (%f7 e))))
==>

failed AVER: (EQ POP (CAR SB-C::END-STACK))
[...]
  0: (SB-C::ORDER-BLOCK-UVL-SETS #<SB-C::CBLOCK 12 :START c1 {101A934B63}> #<SB-C::CBLOCK 13 :START c2 {101A89E163}>)
  1: (SB-C::ORDER-UVL-SETS #<SB-C:COMPONENT :NAME (FLET %F7 :IN F362) {101A9359E3}>)
  2: (SB-C::STACK-ANALYZE #<SB-C:COMPONENT :NAME (FLET %F7 :IN F362) {101A9359E3}>)
[...]

summary: - Stack analyzed failed AVER #2
+ Stack analyze failed AVER #2
Revision history for this message
Stas Boukarev (stassats) wrote :

a5224c55c634fa25bacb9ec69966fbd9aac755cd

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.