Skip to content

[llvmg++] ofstream ctor bus errors on powerpc #821

Closed
@lattner

Description

@lattner
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 bugzilladuplicateResolved as duplicatellvm-toolsAll llvm tools that do not have corresponding tagmiscompilation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions