id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
792	Bug in subroutine calling conventions	Axle		"When running this code with the command 'parrot -':

    .sub 'main' :main
        'aux'(5, 'hello', ""b"" => 3.14)
    .end

    .sub 'aux' 
        .param int a

        .param num b :named(""b"")

        .param string c :optional

        .param int has_c :opt_flag

        say a

        say b

        say c
    .end

I get this error:

    FixedIntegerArray: index out of bounds!

    current instr.: 'aux' pc 16 (-:5)

    called from Sub 'main' pc 11 (-:2)"	bug	new	normal		core	1.0.0	medium		subroutine calling				linux
