Closed
Bug 1450379
Opened 7 years ago
Closed 7 years ago
Allow AGGR_INIT_EXPR with a result_lval
Categories
(Core :: JavaScript: GC, enhancement)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(1 file)
1.67 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
With gcc 6, I am having this code
auto mozTryVarTempResult_ = makeCallHelper(targets, callInfo);
generating a non-constructor AGGR_INIT_EXPR, and for reasons I don't understand, teh current code does not allow that.
Assignee | ||
Comment 1•7 years ago
|
||
This fixes the problem I was experiencing. I'll confess I don't really follow what's giong on here.
Attachment #8964064 -
Flags: review?(bhackett1024)
Updated•7 years ago
|
Attachment #8964064 -
Flags: review?(bhackett1024) → review+
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/78d53646681e
Update sixgill to ab06fc42cf0f for bug 1450379, r=bhackett
Comment 3•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•