-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillalibc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.wontfixIssue is real, but we can't or won't fix it. Not invalidIssue is real, but we can't or won't fix it. Not invalid
Description
| 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
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillalibc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.wontfixIssue is real, but we can't or won't fix it. Not invalidIssue is real, but we can't or won't fix it. Not invalid