[Bug c++/56701] [C++11] The *this* pointer fails to bind to rvalue reference to pointer type

2016-08-14 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56701 --- Comment #7 from TC --- *** Bug 69208 has been marked as a duplicate of this bug. ***

[Bug c++/56701] [C++11] The *this* pointer fails to bind to rvalue reference to pointer type

2016-08-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56701 --- Comment #6 from Jason Merrill --- New testcase fixed for GCC 7.

[Bug c++/56701] [C++11] The *this* pointer fails to bind to rvalue reference to pointer type

2016-08-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56701 --- Comment #5 from Jason Merrill --- Author: jason Date: Tue Aug 9 14:08:33 2016 New Revision: 239285 URL: https://gcc.gnu.org/viewcvs?rev=239285=gcc=rev Log: PR c++/56701 - wrong type of &*this * typeck.c

[Bug c++/56701] [C++11] The *this* pointer fails to bind to rvalue reference to pointer type

2016-08-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56701 --- Comment #4 from Jonathan Wakely --- (In reply to TC from comment #3) > This still breaks: > > struct A > { > void f(){ A*&& a = &*this; } > }; > int main(){} Jason, should this be reopened?

[Bug c++/56701] [C++11] The *this* pointer fails to bind to rvalue reference to pointer type

2015-09-04 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56701 TC changed: What|Removed |Added CC||rs2740 at gmail dot com --- Comment #3 from TC

[Bug c++/56701] [C++11] The *this* pointer fails to bind to rvalue reference to pointer type

2013-03-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56701 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/56701] [C++11] The *this* pointer fails to bind to rvalue reference to pointer type

2013-03-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56701 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords|