[PATCH]: begin removing size_int_type

Richard Henderson rth@redhat.com
Sun Aug 22 20:01:00 GMT 2004


On Fri, Aug 20, 2004 at 03:17:50PM +0100, Nathan Sidwell wrote:
> - 	size = ssize_int (-1);
> + 	size = build_int_cst (ssizetype, -1, -1);

I do not consider this an improvement.

Indeed, I would prefer that we move the other direction.  Virtually
all invocations of build_int_cst build single-word integers.  It
would be nice if, say, build_int_cst took one HOST_WIDE_INT argument
and, say, build_int_cst_wide took the full two integer arguments.

Further, I don't see why you want to remove ssize_int (et al) as
helpful wrappers.


r~



More information about the Gcc-patches mailing list