[Bug target/69051] Misaligned read from the stack when using odd sized character array

mikpelinux at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Dec 25 18:21:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69051

--- Comment #3 from Mikael Pettersson <mikpelinux at gmail dot com> ---
Sounds like you're using the wrong target.  m68k-linux implies a 68020, 030,
040, or 060 CPU, and they don't have alignment constraints.  Perhaps you should
be using an m68k-elf toolchain?


More information about the Gcc-bugs mailing list