[LLVMbugs] [Bug 9583] New: Support building against libstd++-4.6

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 29 14:46:29 PDT 2011


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

           Summary: Support building against libstd++-4.6
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++0x
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: jyasskin at google.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


I'm filing this summary bug to depend on clang PRs that prevent using gcc-4.6's
includes in C++0x mode. 

To test the support on OSX-10.6 with macports:
* sudo port install gcc46
* clang++ -std=gnu++0x -nostdinc++ -isystem /opt/local/include/gcc46/c++/
-isystem /opt/local/include/gcc46/c++/x86_64-apple-darwin10/ -c test.cc
Where test.cc includes several system headers and uses some pieces of them.

Similar invocations should work on other unixes.

-- 
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