http://llvm.org/bugs/show_bug.cgi?id=4799
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Douglas Gregor <[email protected]> 2010-11-13 09:12:51 CST --- We have this warning now: t.c:3:13: warning: implicit conversion from 'unsigned long long' to 'int' changes value from 4294967296 to 0 [-Wconstant-conversion] int x = 4294967296ULL; ~ ^~~~~~~~~~~~~ -- 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
