[llvm-bugs] [Bug 24991] wrong code at -O2 and -O3 on x86_64-linux-gnu (in 32-bit mode)

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Oct 17 19:32:00 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24991

David Majnemer <david.majnemer at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |david.majnemer at gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from David Majnemer <david.majnemer at gmail.com> ---
This doesn't reproduce as of r250637:
$ ~/all-in-one/Debug+Asserts/bin/clang -m32 -O2 PR24991.c -o PR24991 &&
./PR24991
$ echo $?
0

-- 
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/20151018/7d303989/attachment.html>


More information about the llvm-bugs mailing list