[Bug c++/61504] Move elision after cast to rvalue reference
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61504 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |7.0
[Bug c++/61504] Move elision after cast to rvalue reference
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61504 --- Comment #2 from Jonathan Wakely --- Fixed by r245538: PR c++/79533 - C++17 ICE with temporary cast to reference * call.c (build_over_call): Conversion to a reference prevents copy elision.
[Bug c++/61504] Move elision after cast to rvalue reference
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61504 Andrew Pinski changed: What|Removed |Added Known to fail||6.4.0 Keywords|