http://llvm.org/bugs/show_bug.cgi?id=10929
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Douglas Gregor <[email protected]> 2011-10-09 14:22:25 CDT --- The compiler can't warn about implicit truncation for FLAG2 because FLAG2 is not a constant. The warning would end up being a false positive if, for example, FLAG2 were assigned to a smaller value somewhere else in the program. -- 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
