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

            Bug ID: 15275
           Summary: ccc-analyzer does not define __SSSE3__
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

This is very much like bug 14894: the regexp added in that bug doesn't cover
"-mssse3", which causes scanbuild to terminate on eg. tmmintrin.h:

/usr/local/bin/../lib/clang/3.3/include/tmmintrin.h:28:2: error: "SSSE3
instruction set not enabled"

Which compiles just fine when ccc-analyzer is replaced with clang.

Replacing "/-msse.*/" with "/-mss.*/" would fix this.

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