Skip to content

Support building against libstd++-4.6 #9955

@llvmbot

Description

@llvmbot
Bugzilla Link 9583
Resolution FIXED
Resolved on Oct 11, 2011 07:39
Version trunk
OS All
Depends On #9844 llvm/llvm-bugzilla-archive#9584 llvm/llvm-bugzilla-archive#9585 llvm/llvm-bugzilla-archive#9586
Reporter LLVM Bugzilla Contributor
CC @DougGregor

Extended Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillac++11

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions