"git@gitlab.common-lisp.net:jboone/cmucl.git" did not exist on "5795db940f9511cd885aea20ae8ee54bf9f8bbc5"
Forked from
cmucl / cmucl
Source project has a limited visibility.
-
gerd authored
(declare (notinline 1+)) (declare (optimize (speed 0))) (declare (optimize (debug 0))) (unwind-protect (block b5 (1+ (unwind-protect (if a (return-from b5 -30179678) c))))))) => assertion failed (EQUAL (C::BYTE-BLOCK-INFO-START-STACK EXTENSIONS:INFO) * src/compiler/byte-comp.lisp (walk-block): #+nil an assertion. Reported by Paul Dietz.
gerd authored(declare (notinline 1+)) (declare (optimize (speed 0))) (declare (optimize (debug 0))) (unwind-protect (block b5 (1+ (unwind-protect (if a (return-from b5 -30179678) c))))))) => assertion failed (EQUAL (C::BYTE-BLOCK-INFO-START-STACK EXTENSIONS:INFO) * src/compiler/byte-comp.lisp (walk-block): #+nil an assertion. Reported by Paul Dietz.