ubsan: v850: left shift cannot be represented in type 'int'
authorAlan Modra <amodra@gmail.com>
Thu, 26 Dec 2019 05:26:25 +0000 (15:56 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 26 Dec 2019 07:19:03 +0000 (17:49 +1030)
commit6c2ca6c25dbefd7192dac52e7fd156ae0f299f1f
tree1b260d12aa91ad05906469919e1bef7e637ba1f2
parente5af216040aba59952c99d6479ba5279cee6825d
ubsan: v850: left shift cannot be represented in type 'int'

Another 1 << 31 complaint.

* v850-dis.c (disassemble): Avoid signed overflow.  Don't use
long vars when unsigned int will do.
opcodes/ChangeLog
opcodes/v850-dis.c
This page took 0.024572 seconds and 4 git commands to generate.