[LLVMbugs] [Bug 11539] New: libc++ fails to build with gcc 4.5

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Dec 11 16:07:27 PST 2011


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

             Bug #: 11539
           Summary: libc++ fails to build with gcc 4.5
           Product: libc++
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
        AssignedTo: hhinnant at apple.com
        ReportedBy: expipiplus1 at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 7713
  --> http://llvm.org/bugs/attachment.cgi?id=7713
The output from gcc 4.6.1

gcc doesn't seem to be able to compile any file including any of the libc++
headers.
I've attached the output of trying to compile a simple testcase with:

g++ test.cpp -nostdinc++ -lc++ -I/usr/include/c++/v1

The file is as follows:

#include <iostream>
int main()
{}

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list