On Wed, 2 Nov 2016, Kyrill Tkachov wrote:
> Hi all,
>
> I noticed that my patch for PR tree-optimization/78170 broke
> execute.exp=pr55750.c on big-endian.
> The problem with that patch is that we should not forget to clear the padding
> bits in the temporary
> buffer when merging values even whe
Hi all,
I noticed that my patch for PR tree-optimization/78170 broke
execute.exp=pr55750.c on big-endian.
The problem with that patch is that we should not forget to clear the padding
bits in the temporary
buffer when merging values even when they are less than a byte.
Tested on aarch64_be-non