This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Abstracting pointer arithmetic
- To: lars at nocrew dot org
- Subject: Re: Abstracting pointer arithmetic
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Mon, 29 Jan 01 08:58:44 EST
- Cc: gcc at gcc dot gnu dot org
So with the clarification that my suggestion was only to apply for
machines with exotic pointer aritmetic (say, #define EXOTIC_POINTERS
in the target description), was my suggestion reasonable?
You don't need that #define since the Pmode define should be good enough.
Or would something at the tree level still make more sense?
I don't think it would be enough due to reload issues and there's
*probably* no point in doing it at both levels.