This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52183] Redeclaration of __this in lambda inside template member function when calling static class function
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 09 Feb 2012 11:25:54 +0000
- Subject: [Bug c++/52183] Redeclaration of __this in lambda inside template member function when calling static class function
- Auto-submitted: auto-generated
- References: <bug-52183-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52183
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-02-09
CC| |paolo.carlini at oracle dot
| |com
Ever Confirmed|0 |1
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-02-09 11:25:54 UTC ---
Confirmed. I think this is closely related to PR51494, and indeed my draft
patch for the latter appears to fix this one too, you may want to give it a
try:
http://gcc.gnu.org/ml/gcc-patches/2011-12/msg01593.html
(by no means I consider my draft close to the final form, eg, likely we want to
leave maybe_dummy_object alone, but I believe it correctly pin points were the
problem is)