This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/71913] [5/6/7 Regression] Missing copy elision with operator new
- From: "renlin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 30 Aug 2016 16:54:06 +0000
- Subject: [Bug c++/71913] [5/6/7 Regression] Missing copy elision with operator new
- Auto-submitted: auto-generated
- References: <bug-71913-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71913
--- Comment #11 from Renlin Li <renlin at gcc dot gnu.org> ---
(In reply to Christophe Lyon from comment #10)
> I've noticed that something similar to what Renlin suggested was committed
> to trunk as r238728.
>
> Could this testcase fix be backported to the release branches too?
Yes, the failure can still be observed in branch 49 and 5.
It will be good to backport the fix to those branches.