[Bug c++/57063] static_cast from data member to rvalue reference sometimes wrongfully produces lvalue

2021-12-09 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57063

Martin Liška  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED
 CC||marxin at gcc dot gnu.org

--- Comment #8 from Martin Liška  ---
Fixed with r6-7272-g16dc6b178ad855c5.

[Bug c++/57063] static_cast from data member to rvalue reference sometimes wrongfully produces lvalue

2021-08-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57063

Andrew Pinski  changed:

   What|Removed |Added

   Keywords||rejects-valid

--- Comment #7 from Andrew Pinski  ---
Seems fixed in GCC 5.4 and GCC 6+.

[Bug c++/57063] static_cast from data member to rvalue reference sometimes wrongfully produces lvalue

2014-05-19 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57063

--- Comment #6 from Paul Pluzhnikov  ---
Google ref: b/15091778


[Bug c++/57063] static_cast from data member to rvalue reference sometimes wrongfully produces lvalue

2013-04-27 Thread lucdanton at free dot fr


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57063



lucdanton at free dot fr changed:



   What|Removed |Added



 CC||lucdanton at free dot fr



--- Comment #5 from lucdanton at free dot fr 2013-04-28 02:56:42 UTC ---

In case it might help: in the past I reported

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49447 where it was assignments

which possibly had a wrong value category.