http://llvm.org/bugs/show_bug.cgi?id=21596
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #2 from [email protected] --- Yes, the addresses are now the same, but that wasn't the main bug I wanted to issue. Main problem is that the values in the array are somewhat modified. (check the first line in the output). When I run this program compiled by another compiler it works as expected. (All values are 100). Updated output (LLVM): Address: 0x100105530 100 100 100 100 100 100 100 100 100 Address: 0x100105530 1070432 1 100 100 100 100 100 100 100 -- 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
