On Mon, Dec 11, 2023 at 03:13:03PM +0000, Richard Ball wrote:
> ACLE has added intrinsics to bridge between SVE and Neon.
> 
> The NEON_SVE Bridge adds intrinsics that allow conversions between NEON and
> SVE vectors.
> 
> This patch adds support to GCC for the following 3 intrinsics:
> svset_neonq, svget_neonq and svdup_neonq

This broke PCH on aarch64, see https://gcc.gnu.org/PR113270
Given that the tree pointers are no longer GC marked, bet it results in
random crashes elsewhere too even when not using PCH.

        Jakub

Reply via email to