-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilladuplicateResolved as duplicateResolved as duplicatellvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tagmiscompilation
Description
Bugzilla Link | 449 |
Resolution | DUPLICATE |
Resolved on | Feb 22, 2010 12:44 |
Version | 1.3 |
OS | All |
Depends On | llvm/llvm-bugzilla-archive#603 |
Extended Description
Compiling and executing the following testcase causes a bus error on Darwin:
#include
int main() {
std::ofstream X;
}
It obviously shouldn't, but I don't have time to reduce this further right now
(to find out what is going wrong in the fstream ctor).
-Chris
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilladuplicateResolved as duplicateResolved as duplicatellvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tagmiscompilation