[LLVMbugs] [Bug 15275] New: ccc-analyzer does not define __SSSE3__

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Feb 15 08:16:10 PST 2013


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: kremenek at apple.com
          Reporter: fakju666 at o2.pl
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130215/635c4496/attachment.html>


More information about the llvm-bugs mailing list