Closed
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