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


$ svn info | grep Revi
Revision: 29869

This works

$ ./perl6 -e 'my %t = (); my %s=%t'


But this does not

$ ./perl6 -e 'my %s=%*ENV'
Parrot VM: Can't turn to a singleton type!
current instr.: 'parrot;Perl6Hash;infix:=' pc 4699 (src/gen_builtins.pir:3215)
called from Sub '_block11' pc 28 (EVAL_10:17)
called from Sub 'parrot;PCT::HLLCompiler;eval' pc 806 
(src/PCT/HLLCompiler.pir:481)
called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1305 
(src/PCT/HLLCompiler.pir:708)
called from Sub 'parrot;Perl6::Compiler;main' pc 14902 (perl6.pir:172)
Segmentation fault (core dumped)


-- 
Johan Viklund

Reply via email to