expanding addrs for initializers

Richard Henderson rth@redhat.com
Thu Sep 1 22:58:00 GMT 2005


On Thu, Sep 01, 2005 at 06:52:46PM -0400, DJ Delorie wrote:
> Could *any* of that sort of thing have a conversion on it?

I wouldn't think so.  I guess we'll find out.

> 	* varasm.c (output_constant): Let the target resolve
> 	conversions of addresses to non-default pointer sizes.

Ok except,

> +	internal_error ("no-op convert from %d to %d bytes in initializer",
> +			(int)op_size, (int)type_size);

%wd should print HOST_WIDE_INT values properly.


r~



More information about the Gcc-patches mailing list