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/86555] unaligned address for ldrd/strd on armv5e


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

--- Comment #2 from Khem Raj <raj.khem at gmail dot com> ---
we can avoid the problem by altering the structure, thats not an issue, but do
you think compiler is right here by assuming to generate LDRD on a 4byte
aligned address when it is told that architecture (-march=armv5te) its building
for does not support 4byte aligned address for LDRD but only 8-byte aligned ?

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