This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ Patch / RFC] PR 46206


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]