[Bug ada/102450] GCC error: in set_min_and_max_values_for_integral_type, at stor-layout.c:2851
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Sep 27 10:37:58 GMT 2021
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102450
--- Comment #11 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Eric Botcazou from comment #10)
> > #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)?
MIN_MODE_INT = E_QImode,
MAX_MODE_INT = E_TImode,
More information about the Gcc-bugs
mailing list