aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2013-03-08 11:10:19 -0500
committerJason Merrill <jason@gcc.gnu.org>2013-03-08 11:10:19 -0500
commit19831b0870267179455ca84f5e2f68b9ccb8e83c (patch)
tree288469afe7288dd5fa16673b5d4faebddb9214df
parent9d13a0695eee2cd19327279ef3cd464f8bf0ba76 (diff)
downloadgcc-19831b0870267179455ca84f5e2f68b9ccb8e83c.zip
gcc-19831b0870267179455ca84f5e2f68b9ccb8e83c.tar.gz
gcc-19831b0870267179455ca84f5e2f68b9ccb8e83c.tar.bz2
re PR c++/52183 ([C++0x] Redeclaration of __this in lambda inside template member function when calling static class function)
PR c++/52183 Correct PR tag. From-SVN: r196552
-rw-r--r--gcc/cp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 8e14fa2..050717f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.