Ticket #810 (closed bug: fixed)
PCT - PAST::Val::lvalue() passes through to 'value'
| Reported by: | Austin_Hastings | Owned by: | pmichaud |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PCT | Version: | 1.3.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
In 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.
Change History
Note: See
TracTickets for help on using
tickets.
