Subject: Re: in-kernel workaround for PR 14746
To: der Mouse <mouse@Rodents.Montreal.QC.CA>
From: Lloyd Parkes <lloyd@must-have-coffee.gen.nz>
List: port-sparc64
Date: 12/04/2001 09:45:40
> Is struct assignment even _supposed_ to work?  I thought that was

No it isn't, and it doesn't. The Correct(tm) solution is to use memcpy,
but gcc on sparch64 optimises this into a copy that doesn't cope with
alignment issues.

Cheers,
Lloyd