[LLVMbugs] [Bug 7366] New: Anything that includes stdio.h fails

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Jun 12 17:34:41 PDT 2010


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

           Summary: Anything that includes stdio.h fails
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
        AssignedTo: kremenek at apple.com
        ReportedBy: andy.wick at corp.aol.com
                CC: llvmbugs at cs.uiuc.edu


Using the TIP a check in sometime last week causes a crash on any file that
includes stdio.h and has a function in it

#include <stdio.h>
void blah() {} 

scan-build -k gcc -c foo.c


See attached gdb.out

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