Hi, On 08/06/2013 11:19 PM, Jason Merrill wrote:
Ah I see, thanks. We reject this before and after the patch. Shall I add this variant to the new testcase?I mean something likeclass Foo { int u, v, w;//, x; typedef struct Bar { } Bar; int Bar; virtual void foo(void) { struct Bar bar; } };
Thanks, Paolo.