[Issue 4231] Solitary opUnary Postincrement and Postdecrement user defined operators are broken.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 2 11:19:02 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4231



--- Comment #8 from Brad Roberts <braddr at puremagic.com> 2010-06-02 11:19:00 PDT ---
(In reply to comment #7)
> Inlining is irrelevant. If a this(this) has a writeln() in it, the optimizer
> must honor it no questions asked. That's why elision must come from a higher
> level.

It's entirely relevant for the original issue: removal of unnecessary
temporaries.  Yes, there are opportunities for the language to define away some
parts, but that's a separate discussion for a separate bug report.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list