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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to