#767: imcc allows multiple .locals of the same name
--------------------+-------------------------------------------------------
 Reporter:  cotto   |       Owner:       
     Type:  bug     |      Status:  new  
 Priority:  normal  |   Milestone:       
Component:  imcc    |     Version:  1.2.0
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------
 This ticket comes from RT #37245.  Basically, imcc allows the following
 code to run, which it obviously shouldn't.
 {{{
 .sub foo
   .local pmc bar
   .local int bar
   bar = 2
   print bar
 .end
 }}}

 This is a known bug, but because imcc is on the way out it's not worth
 fixing.  This bug isn't currently known to block anything, but it can be
 reopened if it becomes a blocker.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/767>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to