Incorrect shift result type on unsigned short first argument.
commitd27a0b35482b907357d76a9db4e0b18ec89cf979
authorVincent Lefevre <vincent@vinc17.net>
Fri, 6 Jul 2012 12:22:37 +0000 (6 14:22 +0200)
committerVincent Lefevre <vincent@vinc17.net>
Fri, 6 Jul 2012 12:22:37 +0000 (6 14:22 +0200)
treeeb46f29168e1d4d977a33ac35ea1a01f087cc9f6
parent09b98a42a38b3c0bd6eb9de99dc8a4fc3951a760
Incorrect shift result type on unsigned short first argument.

The code for shifts is now similar to code for binary arithmetic operations,
except that only the first argument is considered, as required by the ISO C
standard.
tccgen.c