This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: MAX_FIXED_MODE_SIZE vs. __attribute__(mode) vs. ABIs
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rth at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 3 Jan 05 19:21:36 EST
- Subject: Re: MAX_FIXED_MODE_SIZE vs. __attribute__(mode) vs. ABIs
MAX_FIXED_MODE_SIZE should be deprecated. About the only thing that
it should be used for right now is mode assigment for aggregates.
Was it *ever* used for more than that? The furthest back I have online
is 2.8.1 and it was only used in that one place there.
But if it's deprecated, what would be used instead for that determination?