# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #61844]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61844 >


Rakudo r34628 dies with a strange error on a perfectly acceptable
range specification involving two stars:

$ perl6 -e '(0,1)[*..*]'
Multiple Dispatch: No suitable candidate found for 'cmp', with signature 'PP->I'
[...]

When it also involves a subtraction, Parrot dies of a bus error instead.

$ perl6 -e '(0,)[*-1..*]'
Bus error

Reply via email to