[LLVMbugs] [Bug 10695] New: clang crashes for trivial inputs with -fprofile-arcs

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 17 15:18:13 PDT 2011


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

           Summary: clang crashes for trivial inputs with -fprofile-arcs
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sharparrow1 at yahoo.com
                CC: dpatel at apple.com, llvmbugs at cs.uiuc.edu


$ clang -x c - -o - -S -fprofile-arcs
void foo() {}
Assertion failed: (getVersion() <= LLVMDebugVersion10 && "Invalid
getCompileUnit!"), function getCompileUnit, file
/Volumes/storage/llvm/include/llvm/Analysis/DebugInfo.h, line 462.
[...]

Bisect points to r137778.

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