https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96582
Alex Coplan <acoplan at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |acoplan at gcc dot gnu.org --- Comment #5 from Alex Coplan <acoplan at gcc dot gnu.org> --- FWIW, the ICE was "fixed" with r11-4912-g46c705e70e078f6a1920d92e49042125d5e18495: commit 46c705e70e078f6a1920d92e49042125d5e18495 Author: Richard Sandiford <richard.sandif...@arm.com> Date: Wed Nov 11 11:42:46 2020 +0000 aarch64: Support SVE comparisons for unpacked integers This patch adds support for comparing unpacked SVE integer vectors, such as byte elements stored in the bottom bytes of halfword containers. It also adds support for selects between unpacked SVE vectors (both integer and floating-point), since selects and compares are closely tied via the vcond optab interface. so not sure if the issue was really fixed or perhaps just hidden.