[LLVMbugs] [Bug 18346] New: r192750 miscompiles coreutils-8.22.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Dec 30 13:37:51 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=18346
Bug ID: 18346
Summary: r192750 miscompiles coreutils-8.22.
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: octoploid at yandex.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Starting with r192750 (Enable MI Sched for x86) coreutils gets miscompiled:
markus at x4 /tmp % touch test1
markus at x4 /tmp % ls -al test1
-rw-r--r-- 1 markus markus 0 Dec 30 22:39 test1
markus at x4 /tmp % /var/tmp/coreutils-8.22/src/cp test1 test2
markus at x4 /tmp % ls -al test2
---------- 1 markus markus 0 Dec 30 22:36 test2
markus at x4 /tmp %
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131230/4beb8649/attachment.html>
More information about the llvm-bugs
mailing list