aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorFei Yang <felix.yang@huawei.com>2020-06-02 18:17:34 +0100
committerRichard Sandiford <richard.sandiford@arm.com>2020-06-02 18:17:34 +0100
commitb2672dd630c81513e08829adc63294ffeedf5693 (patch)
treebe703c8771f526c5ebc24a71eda0d6e1358ce009 /libgcc
parenteca833b81289438ec5ae3ed4c77ffb49cfb65f34 (diff)
downloadgcc-b2672dd630c81513e08829adc63294ffeedf5693.zip
gcc-b2672dd630c81513e08829adc63294ffeedf5693.tar.gz
gcc-b2672dd630c81513e08829adc63294ffeedf5693.tar.bz2
aarch64: Fix an ICE in aarch64_short_vector_p [PR95459]
In aarch64_short_vector_p, we are simply checking whether a type (and a mode) is a 64/128-bit short vector or not. This should not be affected by the value of TARGET_SVE. Simply leave later code to report an error if SVE is disabled. 2020-06-02 Felix Yang <felix.yang@huawei.com> gcc/ PR target/95459 * config/aarch64/aarch64.c (aarch64_short_vector_p): Leave later code to report an error if SVE is disabled. gcc/testsuite/ PR target/95459 * gcc.target/aarch64/mgeneral-regs_6.c: New test.
Diffstat (limited to 'libgcc')
0 files changed, 0 insertions, 0 deletions