http://llvm.org/bugs/show_bug.cgi?id=2999

           Summary: happy halloween...
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


This testcase, unfortunately, is kind of ugly and scary.  It appears to be
miscompiled by LLVM r58541 on Ubuntu Hardy on x86.  This is a regression since
2.3.

[EMAIL PROTECTED]:~/volatile/tmp55$ llvm-gcc -O0 small.c -o small
[EMAIL PROTECTED]:~/volatile/tmp55$ ./small
0
[EMAIL PROTECTED]:~/volatile/tmp55$ llvm-gcc -O1 small.c -o small
[EMAIL PROTECTED]:~/volatile/tmp55$ ./small
1


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to