[llvm-commits] [llvm-gcc-4.2] r75463 - in /llvm-gcc-4.2/trunk/gcc/cp: decl.c name-lookup.c parser.c

Duncan Sands baldrick at free.fr
Wed Jul 15 00:42:07 PDT 2009


Hi Rafael, thanks for working on this.

> Forgot to mention, the patch fixes:
> 
> -----------------------------------
>        namespace A {
>           typedef int B;
>         }
>         struct B {
>         };
>         using ::A::B;
> ---------------------------------

Did you add the testcases to the LLVM testsuite?

Ciao,

Duncan.





More information about the llvm-commits mailing list