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

            Bug ID: 20318
           Summary: Crash in llvm::DIEEntry::EmitValue
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 12770
  --> http://llvm.org/bugs/attachment.cgi?id=12770&action=edit
Minimized testcase

I've encountered a Clang crash when compiling the Chrome browser with debug
information. Attached is a minimized testcase.

The bug seems to happen if compiling with debug information (-g) and at least
-O1. I've reproduced it with the testing branch of LLVM (google/testing for
Clang).

Note that the C code is not conforming to the standard; it tries to call a
function with the wrong number of arguments. This shouldn't cause Clang to
crash, though...

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