re PR c++/52183 ([C++0x] Redeclaration of __this in lambda inside template member...
authorJason Merrill <jason@gcc.gnu.org>
Fri, 8 Mar 2013 16:10:19 +0000 (11:10 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 8 Mar 2013 16:10:19 +0000 (11:10 -0500)
PR c++/52183
Correct PR tag.

From-SVN: r196552

gcc/cp/ChangeLog

index 8e14fa287754a6cb31807774535f3161beb5265d..050717f1ba33ffb8ab2f32841707607a82a93932 100644 (file)
@@ -8,7 +8,7 @@
        just return the nearest 'this'.
 
        PR c++/51494
-       PR c++/51884
+       PR c++/52183
        PR c++/56222
        * tree.c (maybe_dummy_object): Don't capture 'this'.
        * semantics.c (maybe_resolve_dummy): New.