aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorAndrew Pinski <apinski@marvell.com>2020-01-25 05:20:38 +0000
committerAndrew Pinski <apinski@marvell.com>2020-01-25 03:38:31 -0800
commit53d172975f269138ba227f6d4560950265c36df8 (patch)
tree282c3ae0322b0003349caede92a0ab7cb29d6a4d /gcc/tree.c
parent9c1179c339e050e2ce7c545f648b684d38dec69d (diff)
downloadgcc-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