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: IA64 Patch for pointer extension


On Tue, Apr 26, 2005 at 10:57:56AM -0700, Steve Ellcey wrote:
> 	* expr.c (expand_expr_real_1): Handle expansion of pointers.

I guess this is ok, but I wonder what will happen if EXPAND_INITIALIZER
is set.  Try something like

	typedef void * ptr64 __attribute__((mode(DI)));
	int x;
	void *y = &x;
	ptr64 z = &x;



r~


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