[LLVMbugs] [Bug 2690] ICE on invalid; #pragma GCC visibility pop
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Sun Oct 16 21:47:36 PDT 2011
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=2690
Bill Wendling <wendling at apple.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |wendling at apple.com
         Resolution|                            |FIXED
--- Comment #3 from Bill Wendling <wendling at apple.com> 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.
    
    
More information about the llvm-bugs
mailing list