[Bug c++/85848] Incorrect handling of explicit casting to move-only types

2021-09-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85848 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/85848] Incorrect handling of explicit casting to move-only types

2018-05-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85848 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid

[Bug c++/85848] Incorrect handling of explicit casting to move-only types

2018-05-20 Thread kot.tom97 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85848 --- Comment #4 from Tom Westerhout --- A few configurations on which the attached example fails to compile: $ g++-6 -v Using built-in specs. COLLECT_GCC=g++-6 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper Target:

[Bug c++/85848] Incorrect handling of explicit casting to move-only types

2018-05-20 Thread kot.tom97 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85848 --- Comment #3 from Tom Westerhout --- Created attachment 44153 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44153=edit Preprocessed source Result after preprocessing test.cpp

[Bug c++/85848] Incorrect handling of explicit casting to move-only types

2018-05-20 Thread kot.tom97 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85848 --- Comment #2 from Tom Westerhout --- Created attachment 44152 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44152=edit Sample code triggering the error

[Bug c++/85848] Incorrect handling of explicit casting to move-only types

2018-05-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85848 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|