https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125259
--- Comment #4 from Artemiy Volkov <artemiyv at gcc dot gnu.org> --- This should have been prevented by the `type_has_mode_precision_p (type)` check, but the execution doesn't get to it, as the earlier `!INTEGRAL_TYPE_P (TREE_TYPE (@0))` yields true, since @0 is of type V4QI.
