[Bug target/86555] unaligned address for ldrd/strd on armv5e

bugdal at aerifal dot cx gcc-bugzilla@gcc.gnu.org
Wed Jul 18 17:09:00 GMT 2018


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

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #5 from Rich Felker <bugdal at aerifal dot cx> ---
Indeed this is a bug in musl, not gcc. The alignment requirement of the type is
8 so the compiler is completely justified in generating loads and stores that
require such alignment. I'll fix it on our side.


More information about the Gcc-bugs mailing list