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

             Bug #: 13750
           Summary: Regression: Static analyzer is broken
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


CC=/usr/share/clang/scan-build/ccc-analyzer \
CXX=/usr/share/clang/scan-build/c++-analyzer \
CFLAGS='-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' \
CXXFLAGS='-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' \
./autogen.sh --includedir=/usr/include --libdir=/usr/lib

Can't exec "g++": No such file or directory at
/usr/share/clang/scan-build/c++-analyzer line 426.

It formerly worked.
I assume r162620 is the offender.

scan-build is in /usr/share/clang/scan-build
clang/clang++ are in /usr/bin

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