]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/56135 ([c++11] this incorrectly captured as null in template member function)
authorJason Merrill <jason@redhat.com>
Fri, 15 Feb 2013 18:31:28 +0000 (13:31 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 15 Feb 2013 18:31:28 +0000 (13:31 -0500)
commitb29bf57c7f22e5398c7100b177fd9689a235ad8a
tree38fdc8b2377a06e21255ca86c07f174d7d06199d
parent018c338aa116665b94139b64fc31beb0d96d14b8
re PR c++/56135 ([c++11] this incorrectly captured as null in template member function)

PR c++/56135
* pt.c (tsubst_copy_and_build): Don't forget any new
captures that arose from use of dependent names.

From-SVN: r196085
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this8.C [new file with mode: 0644]