Re: [PATCH v4 04/12] Remove MAX_BITSIZE_MODE_ANY_INT

2021-05-25 Thread Richard Biener via Gcc-patches
On Tue, May 18, 2021 at 9:16 PM 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) > > Whatever problems we had before, they have been fixed now. So I don't have a strong recollection here apart from memory usage

[PATCH v4 04/12] Remove MAX_BITSIZE_MODE_ANY_INT

2021-05-18 Thread H.J. Lu via Gcc-patches
It is only defined for i386 and everyone uses the default: #define MAX_BITSIZE_MODE_ANY_INT (64*BITS_PER_UNIT) Whatever problems we had before, they have been fixed now. * config/i386/i386-modes.def (MAX_BITSIZE_MODE_ANY_INT): Removed. --- gcc/config/i386/i386-modes.def | 15 +++---