http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58041
Mikael Pettersson <mikpe at it dot uu.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikpe at it dot uu.se --- Comment #3 from Mikael Pettersson <mikpe at it dot uu.se> --- Running this program throws loads of alignment exceptions when it's compiled by gcc-4.9 or gcc-4.8, targeting armv5tel-linux-gnueabi -O2 -marm. Adding -mno-unaligned-access makes no difference. When compiled by gcc-4.7 it runs cleanly without any exceptions.