https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102450
--- Comment #10 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > #define BITS_PER_UNIT (8) > #define MAX_BITSIZE_MODE_ANY_INT (16*BITS_PER_UNIT) > #define MAX_BITSIZE_MODE_ANY_MODE (32*BITS_PER_UNIT) > > However, TImode is not supported on this target. So what's the 16-byte integer mode for this target (MAX_MODE_INT)?