http://llvm.org/bugs/show_bug.cgi?id=11604
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Richard Smith <[email protected]> 2011-12-17 20:38:42 CST --- Fixed in r146842. We now treat such overflowing casts as non-ICE, matching modern gcc behavior; the original code sample is now rejected with a diagnostic. -- 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
