[LLVMbugs] [Bug 22174] clang-cl regression: Assertion failure: "Instruction uses an allocated register" with pointer to member stdcall function
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 9 11:19:43 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22174
David Majnemer <david.majnemer at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #2 from David Majnemer <david.majnemer at gmail.com> ---
Reduced to:
target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
target triple = "i686-pc-windows-msvc"
%struct.B = type { i32 (...)** }
define linkonce_odr x86_stdcallcc void @f(%struct.B* %this, ...) {
musttail call x86_stdcallcc void (%struct.B*, ...)* null(%struct.B* %this,
...)
ret void
}
This is the same as PR22052.
*** This bug has been marked as a duplicate of bug 22052 ***
--
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/20150109/cc55f817/attachment.html>
More information about the llvm-bugs
mailing list