Re: C++ PATCH to implement C++11 non-static data member initializers

2011-09-26 Thread Jason Merrill
On 09/25/2011 11:57 PM, Jason Merrill wrote: Ville pointed out that my earlier patch failed to support 'this' in NSDMIs. So this patch implements that. ...and this one fixes 'this' in templates. Tested x86_64-pc-linux-gnu, applying to trunk. commit 7893474d771c6449e05f8c85b3e9e418b9c72a57 Aut

Re: C++ PATCH to implement C++11 non-static data member initializers

2011-09-25 Thread Jason Merrill
Ville pointed out that my earlier patch failed to support 'this' in NSDMIs. So this patch implements that. Tested x86_64-pc-linux-gnu, applying to trunk. commit 3c4ebe4dc7470d3d8cf2261f87df2f7a97bc0ce9 Author: Jason Merrill Date: Sun Sep 25 23:29:23 2011 -0400 * parser.c (inject_this_p