[LLVMbugs] [Bug 22012] New: Can't compile/link C++ 3.5 in 64-bit MSVC

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Dec 23 03:10:02 PST 2014


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

            Bug ID: 22012
           Summary: Can't compile/link C++ 3.5 in 64-bit MSVC
           Product: clang
           Version: 3.5
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: vvsed at hotmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

1. Can't compile C++ 3.5 in 64-bit mode with /EHsc C option.
2. Can't compile std lib if _TRY_BEGIN... are defined in xstddef.h.
To suppress that I have to
#define _HAS_EXCEPTIONS        0
before including std headers.

3. In addition, one needs /LARGEADDRESSAWARE:NO linker option.

Suspect all those things should be reflected somehow somewhere )

-- 
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/20141223/34e8ed78/attachment.html>


More information about the llvm-bugs mailing list