[Bug c++/59926] Remove temporary move constructor before move assignment

2024-03-25 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59926 Jonathan Wakely changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/59926] Remove temporary move constructor before move assignment

2024-03-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59926 --- Comment #3 from Andrew Pinski --- GCC and clang produce the same output ...

[Bug c++/59926] Remove temporary move constructor before move assignment

2014-01-23 Thread arnoux123 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59926 --- Comment #2 from Patrick Arnoux --- (In reply to Jonathan Wakely from comment #1) > This looks like PR 57176 Thank you for the reference to PR 57676. Delving into this a bit further, I found the following: Derived f(Derived d) { return (d) ;

[Bug c++/59926] Remove temporary move constructor before move assignment

2014-01-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59926 --- Comment #1 from Jonathan Wakely --- This looks like PR 57176