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/46483] Built-in memcpy() does not handle unaligned int for ARM


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46483

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-11-15 21:32:45 UTC ---
I think the biggest issue is what is the type of &p->number ? is it an pointer
to an int or a pointer to an int with an alignment of 1.


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