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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to