Zitat von Antoine Pitrou <solipsis at pitrou.net>: > I think SPARC (the architecture) disallows unaligned accesses to > memory. I don't think it is specific to the Solaris CC compiler. That's correct. Unaligned memory operations need to use memcpy. Regards, Martin