https://d.puremagic.com/issues/show_bug.cgi?id=9375
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from yebblies <[email protected]> 2013-11-23 23:15:21 EST --- The return exp is interpreted with ctfeNeedsLvalue, but either I don't understand what that means or there is a bug, because it ends up with '[]' (what you'd expect from a non-ref return) This gets assigned to, but it doesn't matter. The original [[]] is unchanged. Changing ReturnStatement to ask for ctfeNeedsLvalueRef breaks other code. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
