PR c++/56701 - wrong type of &*this
authorJason Merrill <jason@redhat.com>
Tue, 9 Aug 2016 14:08:33 +0000 (10:08 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 9 Aug 2016 14:08:33 +0000 (10:08 -0400)
commit23f4e590fb4ce718e58cd736c19d7e6959429500
treec3a29fcafb7f701ec0f5d594553534aebd2aa13d
parentb87060ce92628c3c81754149d2d8a7e2733fb495
PR c++/56701 - wrong type of &*this

* typeck.c (cp_build_addr_expr_1): Remove special *this handling.

From-SVN: r239285
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/g++.dg/cpp0x/rv-this2.C [new file with mode: 0644]