id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
11,issame fails for String PMC argument,pmichaud,,"The issame opcode fails when comparing a String PMC with PMCNULL:

{{{
$ cat x.pir
.sub main
    $P0 = new 'String'
    assign $P0, 'foo'

    null $P1
    $I0 = issame $P0, $P1

    say $I0
.end
$ ./parrot x.pir
Null PMC access in get_string()
current instr.: 'main' pc 8 (x.pir:6)
$
}}}

",bug,closed,minor,,core,trunk,low,fixed,,,,,
