[LLVMbugs] [Bug 22393] New: Assertion failed: (Offset <= PieceOffset && "overlapping or duplicate pieces"), function emitLocPieces, lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1676
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Thu Jan 29 14:03:50 PST 2015
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=22393
            Bug ID: 22393
           Summary: Assertion failed: (Offset <= PieceOffset &&
                    "overlapping or duplicate pieces"), function
                    emitLocPieces,
                    lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1676
           Product: libraries
           Version: 3.6
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: DebugInfo
          Assignee: unassignedbugs at nondot.org
          Reporter: compnerd at compnerd.org
                CC: aprantl at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified
Created attachment 13767
  --> http://llvm.org/bugs/attachment.cgi?id=13767&action=edit
reduced.cc
Seems that we can trigger an overlapping range for a variable piece with
optimizations on master.  At least triggers on x86_64 (may occur on other
targets).
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150129/6b7ff83b/attachment.html>
    
    
More information about the llvm-bugs
mailing list