On Sun, Dec 26, 2004 at 09:55:27PM -0700, Grant Grundler <[EMAIL PROTECTED]> wrote: > On Mon, Dec 20, 2004 at 12:13:46AM -0500, Eric Dorland wrote: > > > A load or store from or to an unaligned address. eg a load-word from > > > an address that's not congruent to 0 mod 4. these are emulated, so the > > > message is purely informative (because they're slow). > > > > And is that generally indicative of bad behavior, compiler problem, > > etc? > > Not the compiler. > Normally either bad programming (e.g. casts to larger types) or > inline asm can cause this to happen.
Couldn't it happen with optimizer bugs ? (we compile with -O2 on hppa, in case that would have an influence, could someone try a build with DEB_BUILD_OPTIONS=noopt ?) Mike

