https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67302

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org
            Summary|copy elision in return      |[C++14] copy elision in
                   |(expression)                |return (expression)

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Possibly started with the introduction of force_paren_expr in r197248

The fix for Bug 63437 allows it to compile, but didn't re-enable elision.

Reply via email to