[LLVMbugs] [Bug 19239] New: Assertion failed: CurFn, file lib\CodeGen\AsmPrinter\WinCodeViewLineTables.cpp, line 90
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Mar 25 01:44:02 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19239
Bug ID: 19239
Summary: Assertion failed: CurFn, file
lib\CodeGen\AsmPrinter\WinCodeViewLineTables.cpp, line
90
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: timurrrr at google.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
$ clang-cl -c -Z7 -O1 source.cpp
crashes on the following file:
---------------------------------
void foo();
static void bar(int arg, ...) {
foo();
}
void spam() {
bar(42);
}
---------------------------------
$ clang-cl -c -Z7 source.cpp
works OK
--
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/20140325/04c9dad4/attachment.html>
More information about the llvm-bugs
mailing list