http://llvm.org/bugs/show_bug.cgi?id=18339

Jordan Rose <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #2 from Jordan Rose <[email protected]> ---
All the errors show that you're including a namespace in your C code:

In file included from libsi/section.c:13:
In file included from libsi/section.h:18:
In file included from libsi/si.h:18:
libsi/util.h:26:1: error: unknown type name 'namespace'
namespace SI {


We really need a better distinction between "user problems that mean we can't
analyze the code" and "compiler problems that lead to crashes". See bug 17258.

-- 
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

Reply via email to