This is the mail archive of the gcc-bugs@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]

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


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?

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