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

           Summary: clang's mmintrin.h fails in c89 mode
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Headers
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


--
ddun...@giles:tmp$ echo "#include <mmintrin.h>" | clang -x c -std=c89 -
In file included from <stdin>:1:
/Volumes/Data/Users/ddunbar/llvm.obj.64/Debug/lib/clang/1.5/include/mmintrin.h:37:8:
error: 
      unknown type name 'inline'
static inline void ...
       ^
/Volumes/Data/Users/ddunbar/llvm.obj.64/Debug/lib/clang/1.5/include/mmintrin.h:37:15:
error: 
      expected identifier or '('
static inline void ...
              ^
2 diagnostics 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

Reply via email to