# New Ticket Created by  Dagur 
# Please include the string:  [perl #125434]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=125434 >


The following code:

loop (my $i = 0;;) { }
loop (my $i = 0;;) { }

Gives the following error:
Potential difficulties:
    Redeclaration of symbol $i
    at my-i.p6:2
    ------> loop (my $i⏏ = 0;;) { }

Also, rakudo goes into a state where it hangs with 99% CPU usage.


$ perl6 --version
This is perl6 version 2015.05-200-g2c58ee1 built on MoarVM version
2015.05-79-g458940f

Reply via email to