[Issue 7353] NRVO not properly working with inferred return type

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 15 06:39:50 PST 2012


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


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|wrong-code                  |pull
            Version|D1 & D2                     |D2


--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> 2012-02-15 06:39:48 PST ---
Postblit is only in D2 spec, so this is not 'D1 & d2' issue.

I think save3() is inlining problem, then I've separated it as bug 7506.
Therefore I remove 'wrong-code' keyword.

----

Current compiler implementation disables nrvo with auto function.
I've post a pull to fix it.

https://github.com/D-Programming-Language/dmd/pull/722

-- 
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