http://llvm.org/bugs/show_bug.cgi?id=2568
Summary: possible integer codegen bug
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]
Created an attachment (id=1851)
--> (http://llvm.org/bugs/attachment.cgi?id=1851)
reduced code for this bug
This is for svn 53781 on Ubuntu Feisty on ia32.
[EMAIL PROTECTED] tmp6]$ llvm-gcc -O0 -fwrapv small.c -o small
[EMAIL PROTECTED] tmp6]$ ./small
0
[EMAIL PROTECTED] tmp6]$ llvm-gcc -O1 -fwrapv small.c -o small
[EMAIL PROTECTED] tmp6]$ ./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