Re: [PATCH v2 03/11] Remove MAX_BITSIZE_MODE_ANY_INT

2021-05-12 Thread Richard Biener via Gcc-patches
On Wed, May 12, 2021 at 2:06 PM H.J. Lu wrote: > > On Wed, May 12, 2021 at 2:00 AM Richard Biener > wrote: > > > > On Wed, May 12, 2021 at 1:35 AM H.J. Lu wrote: > > > > > > It is only defined for i386 and everyone uses the default: > > > > > > #define MAX_BITSIZE_MODE_ANY_INT (64*BITS_PER_UNIT

Re: [PATCH v2 03/11] Remove MAX_BITSIZE_MODE_ANY_INT

2021-05-12 Thread H.J. Lu via Gcc-patches
On Wed, May 12, 2021 at 2:00 AM Richard Biener wrote: > > On Wed, May 12, 2021 at 1:35 AM H.J. Lu wrote: > > > > It is only defined for i386 and everyone uses the default: > > > > #define MAX_BITSIZE_MODE_ANY_INT (64*BITS_PER_UNIT) > > The default is determined by genmodes.c which looks at the m

Re: [PATCH v2 03/11] Remove MAX_BITSIZE_MODE_ANY_INT

2021-05-12 Thread Richard Biener via Gcc-patches
On Wed, May 12, 2021 at 1:35 AM H.J. Lu wrote: > > It is only defined for i386 and everyone uses the default: > > #define MAX_BITSIZE_MODE_ANY_INT (64*BITS_PER_UNIT) The default is determined by genmodes.c which looks at the maximum size of any [partial] integer mode. Since we have INT_MODE (O