[LLVMbugs] [Bug 61] New: Code generated by llvm-g++ segfaults when JIT'ted

bugzilla-daemon at zion.cs.uiuc.edu bugzilla-daemon at zion.cs.uiuc.edu
Tue Oct 28 13:24:16 PST 2003


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=61

           Summary: Code generated by llvm-g++ segfaults when JIT'ted
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-g++
        AssignedTo: sabre at nondot.org
        ReportedBy: criswell at uiuc.edu


The following program compiled with llvm-g++ segfaults.  It should be noted that
the std::endl seems to be the culprit; printing constant text strings does not
seem to cause a problem:

#include <iostream>

int
main (int argc, char ** argv)
{
        std::cout << std::endl;
        return 0;
}



------- 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