[LLVMbugs] [Bug 11572] Right shift of a bit field strips the "unsigned" type property from a bitfield

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Dec 14 18:43:04 PST 2011


http://llvm.org/bugs/show_bug.cgi?id=11572

Eli Friedman <sharparrow1 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |FIXED

--- Comment #6 from Eli Friedman <sharparrow1 at yahoo.com> 2011-12-14 20:43:04 CST ---
Looking a bit more, I realized that we have existing handling that was supposed
to be suppressing the warning in this case, but wasn't working correctly. 
Fixed in r146634.

-- 
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.



More information about the llvm-bugs mailing list