http://llvm.org/bugs/show_bug.cgi?id=2247
Dan Gohman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Dan Gohman <[email protected]> 2009-08-11 17:42:19 --- This is now fixed. LLVM's sdiv operator now has an "exact" flag, and clang and llvm-gcc are now both using it for pointer difference expressions. On the original testcase, test and test2 are now compiled to the same code. -- 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
