[LLVMbugs] [Bug 19291] Clang miscompiles the code with loop unrolling (-m32/-O2)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 2 06:31:26 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19291
Rafael Ávila de Espíndola <rafael.espindola at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |rafael.espindola at gmail.com
Resolution|--- |FIXED
--- Comment #1 from Rafael Ávila de Espíndola <rafael.espindola at gmail.com> ---
Fixed in r205416.
The problem were relocations like
0000007f 00000709 R_386_GOTOFF 00000000 .rodata.cst16
and gold not correctly updating them when the constants in .rodata.cst16 were
merged.
--
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/20140402/cef324a5/attachment.html>
More information about the llvm-bugs
mailing list