This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Two minor fixes
- To: Andreas Schwab <schwab at suse dot de>
- Subject: Re: Two minor fixes
- From: Richard Henderson <rth at redhat dot com>
- Date: Fri, 26 Oct 2001 10:56:20 -0700
- Cc: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>, gcc-patches at gcc dot gnu dot org
- References: <10110261123.AA18556@vlsi1.ultra.nyu.edu> <jeitd28qsz.fsf@sykes.suse.de>
On Fri, Oct 26, 2001 at 03:38:20PM +0200, Andreas Schwab wrote:
> Btw, is it better to use long or size_t for the intermediate cast?
I'd think size_t. Though we ought to just have autoconf
create us a proper intptr_t.
r~