[LLVMbugs] [Bug 18847] New: --enable-cxx11 is not incompatible on cygwin.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Feb 15 04:58:46 PST 2014


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

            Bug ID: 18847
           Summary: --enable-cxx11 is not incompatible on cygwin.
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: geek4civic at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

llvm/include/llvm/Support/Format.h:88:49: error: ‘snprintf’ was not declared in
this scope
llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp:78:35: error: ‘strdup’
was not declared in this scope

They are not provided with __STRICT_ANSI__ aka -std=c++11 in cygwin lib.
Shall we build llvm tree with -std=gnu++11?

I checked on configure, but cmake would have same issue.

-- 
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/20140215/710a430c/attachment.html>


More information about the llvm-bugs mailing list