id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
810,PCT - PAST::Val::lvalue() passes through to 'value',Austin_Hastings,pmichaud,"In [https://trac.parrot.org/parrot/browser/trunk/compilers/pct/src/PAST/Node.pir#165 PAST/Node.pir, line 165] (the one with 'tailcall'):

{{{
.sub 'lvalue' :method
    .param pmc value           :optional
    .param int has_value       :opt_flag
    unless has_value goto normal
    unless value goto normal
    die ""Unable to set lvalue on PAST::Val node""
  normal:
    .tailcall self.'attr'('value', value, has_value)
.end
}}}

The attribute 'value' should be 'lvalue', I think.",bug,closed,normal,,PCT,1.3.0,medium,fixed,,,,,
