[LLVMbugs] [Bug 18433] New: program crashes when run with -cxx-abi microsoft

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jan 9 16:22:41 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18433

            Bug ID: 18433
           Summary: program crashes when run with -cxx-abi microsoft
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 11857
  --> http://llvm.org/bugs/attachment.cgi?id=11857&action=edit
testcase

compiled with:

clang++ -x c++ different.cpp -target i386-pc-win32 -Xclang -cxx-abi -Xclang
microsoft -fms-compatibility -fms-extensions -fno-rtti -fno-exceptions -c -o
clang.obj

linked with:

link -nologo clang.obj 'c:/Program Files/Microsoft Visual Studio
9.0/VC/lib/msvcrt.lib'

-- 
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/20140110/5f25bf71/attachment.html>


More information about the llvm-bugs mailing list