[LLVMbugs] [Bug 4634] code gen issue for array arithmetic with casts
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jul 14 00:37:21 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=4634
Tilmann Scheller <t.scheller at samsung.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |t.scheller at samsung.com
Resolution|--- |WORKSFORME
--- Comment #4 from Tilmann Scheller <t.scheller at samsung.com> ---
Works fine with LLVM r212922:
$ clang t.c -gcc-toolchain
/home/t/work/aarch32/gcc-linaro-arm-linux-gnueabihf-4.9-2014.05_linux --sysroot
/home/t/work/aarch32/gcc-linaro-arm-linux-gnueabihf-4.9-2014.05_linux/arm-linux-gnueabihf/libc
-target armv6-none-linux-gnueabihf -o test -static
$ qemu-arm test
array: 446348
sizeof(chunk): 4
446348 446352
As this works fine with clang and llvm-gcc is officially dead I'm going to
close this bug.
--
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/20140714/0563b748/attachment.html>
More information about the llvm-bugs
mailing list