Comment 0 for bug 945261

Revision history for this message
Stas Boukarev (stassats) wrote : "no debug information for frame" for some combinations of TAGBODY

(defun foo (y)
  (tagbody label
     (when (< y 1)
       (go label))))

Calling (foo ()) gives

("no debug information for frame")