[LLVMbugs] [Bug 548] NEW: miscompilation

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Apr 18 22:28:54 PDT 2005


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

           Summary: miscompilation
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Core LLVM classes
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: markus at oberhumer.com


The current (20050418) CVS version miscompiles this small program.

int foo(int s) {
  return (s == -1 || s > 0);
}

int bar(void) {
  return foo(-1);
}



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