diff --git a/gcc/config/arm/arm-mve-builtins-functions.h b/gcc/config/arm/arm-mve-builtins-functions.h index bf4e209a720670b9e082c3cdc51cb40931f0c700..ddedbb2a8e14106e95952ebfb4a15ccfc841a827 100644 --- a/gcc/config/arm/arm-mve-builtins-functions.h +++ b/gcc/config/arm/arm-mve-builtins-functions.h @@ -428,7 +428,7 @@ public: else code = code_for_mve_q_p (m_unspec_for_p_sint, m_unspec_for_p_sint, e.vector_mode (0)); else - gcc_unreachable (); /* Will be fixed later in the series. */ + code = code_for_mve_q_p_f (m_unspec_for_p_fp, e.vector_mode (0)); return e.use_exact_insn (code);