[Bug tree-optimization/116074] [15 regression] ICE when building harfbuzz-9.0.0 on arm64 (related_int_vector_mode, at stor-layout.cc:581)

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jul 24 15:43:24 GMT 2024


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116074

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
opt_machine_mode
related_int_vector_mode (machine_mode vector_mode)
{
  gcc_assert (VECTOR_MODE_P (vector_mode));

So it is not passing a vector type here ...


More information about the Gcc-bugs mailing list