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: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs