Hi,

On 08/06/2013 11:19 PM, Jason Merrill wrote:
I mean something like

class Foo
{
  int u, v, w;//, x;
  typedef struct Bar { } Bar;
  int Bar;
  virtual void foo(void) {
    struct Bar bar;
  }
};
Ah I see, thanks. We reject this before and after the patch. Shall I add this variant to the new testcase?

Thanks,
Paolo.

Reply via email to