Skip to content

libc++ fails to build with gcc 4.6 #11911

@llvmbot

Description

@llvmbot
Bugzilla Link 11539
Resolution WONTFIX
Resolved on Feb 26, 2014 09:33
Version unspecified
OS Linux
Attachments The output from gcc 4.6.1
Reporter LLVM Bugzilla Contributor
CC @chandlerc,@mclow

Extended Description

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
int main()
{}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillalibc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.wontfixIssue is real, but we can't or won't fix it. Not invalid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions