[C++ Patch / RFC] PR 46206

Paolo Carlini paolo.carlini@oracle.com
Tue Aug 6 22:14:00 GMT 2013


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.



More information about the Gcc-patches mailing list