[LLVMbugs] [Bug 13750] New: Regression: Static analyzer is broken

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Sep 1 05:52:55 PDT 2012


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: kremenek at apple.com
        ReportedBy: johannesobermayr at gmx.de
                CC: llvmbugs at cs.uiuc.edu
    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.



More information about the llvm-bugs mailing list