http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46090
--- Comment #2 from Kamo Shakhnazaryan <kshakhna at gmail dot com> 2010-10-20 13:30:40 UTC --- (In reply to comment #1) > input * 0x0101 is really ((int)input) * 0x0101. So this behavior is correct. input is declared as uint16_t. Why input * 0x0101 is really ((int)input) * 0x0101 ?