Comment 4 for bug 2016417

Revision history for this message
Charles (karlosz) wrote :

And, while we're here, CMU CL doesn't need to attach stuff to ctrans to get

(block nil
  (return)
  (+ 1 2 3))

to report the correct source location for the deleted code either, so there must be some existing mechanism in SBCL that can handle this correctly already that it just being hidden.