http://llvm.org/bugs/show_bug.cgi?id=6833
John T. Criswell <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from John T. Criswell <[email protected]> 2010-04-14 15:31:31 CDT --- I believe you are correct in that the two GEPs exhibit equivalent behavior on a 64-bit target (the result pointer is 8 bytes less than the source pointer). Furthermore, each GEP indexes the pointer out of the bounds of a valid memory object, so both are equally incorrect. I'm marking the bug resolved and invalid. Thanks. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- 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
