Re: [PATCHv2 6/7] gcc/arc: Mask integer 'L' operands to 32-bit

2016-04-28 Thread Joern Wolfgang Rennecke
Thanks. I have applied this patch.

[PATCHv2 6/7] gcc/arc: Mask integer 'L' operands to 32-bit

2016-04-21 Thread Andrew Burgess
When formatting 'L' operands (least significant word) only print 32-bits, don't sign extend to 64-bits. This commit could really be applied directly to the current GCC trunk, however, the only test I have for this issue right now relies on the nps400 bitops support. gcc/ChangeLog: *