This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Pointer extension bug on 64 bit systems.


On Mon, Apr 07, 2003 at 10:27:42AM -0700, Steve Ellcey wrote:
> 	* expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
> 	not with convert_memory_address.

I agree with extending an offset signed, but,

> 	(store_constructor): Ditto, and same for copy_size_rtx.
> 	(expand_expr): Ditto.

Surely a size should be zero extended?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]