[llvm-bugs] [Bug 32728] New: ssertion failed: (all_of(FrameIndexExprs, [](FrameIndexExpr &FIE) { return FIE.Expr && FIE.Expr->isFragment(); }) && "conflicting locations for variable"), function addMMIEntry, file ../../lib/CodeGen/AsmPrinter/DwarfDebug.h, line 142
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Apr 20 15:33:36 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32728
Bug ID: 32728
Summary: ssertion failed: (all_of(FrameIndexExprs,
[](FrameIndexExpr &FIE) { return FIE.Expr &&
FIE.Expr->isFragment(); }) && "conflicting locations
for variable"), function addMMIEntry, file
../../lib/CodeGen/AsmPrinter/DwarfDebug.h, line 142
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: DebugInfo
Assignee: unassignedbugs at nondot.org
Reporter: compnerd at compnerd.org
CC: llvm-bugs at lists.llvm.org
Created attachment 18323
--> https://bugs.llvm.org/attachment.cgi?id=18323&action=edit
reduced.c
Debug Info will cause an assertion to be triggered here at -O2. See attached
reduced test case.
--
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/20170420/64f6ee7b/attachment.html>
More information about the llvm-bugs
mailing list