[armedbear] #454: Compile problems with TAGBODY
armedbear
armedbear-devel at common-lisp.net
Wed Oct 4 08:57:23 UTC 2017
#454: Compile problems with TAGBODY
----------------------+------------------------
Reporter: mevenson | Owner:
Type: defect | Status: new
Priority: major | Milestone: 1.6.0
Component: compiler | Version:
Keywords: | Parent Tickets:
----------------------+------------------------
{{{
(compile nil '(lambda () (tagbody (catch 'c 100)))) ==>
COMPILE-TAGBODY: tag not found: 100
[Condition of type SIMPLE-ERROR]
}}}
c.f. <https://github.com/armedbear/abcl/issues/70>
--
Ticket URL: <http://abcl.org/trac/ticket/454>
armedbear <http://abcl.org>
armedbear
More information about the armedbear-ticket
mailing list