This is the mail archive of the gcc@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: alpha nobwx movqi/hi question


On Thu, Feb 06, 2003 at 11:12:10AM -0800, Spundun Bhatt wrote:
> My problem is, I cant think of places where the memory address
> will not be algned.

	int foo(short *x)
	{
	  return *x;
	}

You can assume that x is two byte aligned, but nothing else.


r~


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