diff options
author | Andrew Pinski <apinski@marvell.com> | 2020-01-25 05:20:38 +0000 |
---|---|---|
committer | Andrew Pinski <apinski@marvell.com> | 2020-01-25 03:38:31 -0800 |
commit | 53d172975f269138ba227f6d4560950265c36df8 (patch) | |
tree | 282c3ae0322b0003349caede92a0ab7cb29d6a4d /gcc/tree.c | |
parent | 9c1179c339e050e2ce7c545f648b684d38dec69d (diff) | |
download | gcc-53d172975f269138ba227f6d4560950265c36df8.zip gcc-53d172975f269138ba227f6d4560950265c36df8.tar.gz gcc-53d172975f269138ba227f6d4560950265c36df8.tar.bz2 |
Fix gcc.target/aarch64/vec_zeroextend.c for big-endian
vec_zeroextend.c fails on big-endian as it assumes
0 index is the lower part but it is not for
big-endian case. This fixes the problem by
using the correct index for the lower part
for big-endian.
Committed as obvious after a test on aarch64_be-linux-gnu.
ChangeLog:
* gcc.target/aarch64/vec_zeroextend.c: Fix for big-endian.
Diffstat (limited to 'gcc/tree.c')
0 files changed, 0 insertions, 0 deletions