http://llvm.org/bugs/show_bug.cgi?id=2690
Bill Wendling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #3 from Bill Wendling <[email protected]> 2011-10-16 23:47:35 CDT --- This doesn't seem to be a problem with clang: $ clang 421.c -c 421.c:1:1: error: unknown type name 'namespace' namespace std __attribute__ ((__visibility__ ("default"))) { ^ 421.c:1:59: error: expected ';' after top level declarator namespace std __attribute__ ((__visibility__ ("default"))) { ^ ; 2 errors generated. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
