[LLVMbugs] [Bug 449] NEW: [llvmg++] ofstream ctor bus errors on powerpc
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Oct 2 15:01:16 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=449
Summary: [llvmg++] ofstream ctor bus errors on powerpc
Product: tools
Version: 1.3
Platform: Macintosh
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: llvm-g++
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
Compiling and executing the following testcase causes a bus error on Darwin:
-----
#include <fstream>
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
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list