[LLVMbugs] [Bug 16418] New: Assertion failed: (TM.getSubtargetImpl()->isDarwin() && "VRSAVE only needs spill/restore on Darwin"), function StoreRegToStackSlot, file PPCInstrInfo.cpp, line 633.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jun 22 01:15:12 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16418
Bug ID: 16418
Summary: Assertion failed: (TM.getSubtargetImpl()->isDarwin()
&& "VRSAVE only needs spill/restore on Darwin"),
function StoreRegToStackSlot, file PPCInstrInfo.cpp,
line 633.
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: PowerPC
Assignee: unassignedbugs at nondot.org
Reporter: rdivacky at freebsd.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
[rdivacky at anacreon ~/delta-2006.08.03]$ cat unwind-dw2.c
void foo() {
__builtin_unwind_init ();
}
[rdivacky at anacreon ~/delta-2006.08.03]$
/home/rdivacky/llvm/Release+Asserts/bin/clang unwind-dw2.c
Assertion failed: (TM.getSubtargetImpl()->isDarwin() && "VRSAVE only needs
spill/restore on Darwin"), function StoreRegToStackSlot, file PPCInstrInfo.cpp,
line 633.
--
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/20130622/2b692282/attachment.html>
More information about the llvm-bugs
mailing list