[perl #37245] [TODO] IMCC - fix symbol handling

Christoph Otto via RT parrotbug-followup at parrotcode.org
Wed Apr 22 11:47:53 UTC 2009


On Sat Oct 08 16:53:19 2005, coke wrote:
> One item to fix here is that you can currently declare multiple
> .local's with the same name in the
> same compilation unit:
> 
> .sub foo
>   .local pmc bar
>   .local int bar
>   bar = 2
>   print bar
> .end
> 
> See the original referenced ticket.

This sounds like a good candidate for the new KnownIMCCBugs wiki page,
since it's the kind of issue that users of imcc should be aware of, but
probably isn't worth fixing.  Any objections?


More information about the parrot-dev mailing list