[Bug middle-end/58041] Unaligned access to arrays in packed structure

bernd.edlinger at hotmail dot de gcc-bugzilla@gcc.gnu.org
Tue Aug 6 15:56:00 GMT 2013


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

--- Comment #34 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
by the way the initializer of "struct s a = "
seems to generate warnings at -Wall, because some brackets are missing:

changed that to
struct s a = {0,{{0,0},{0,0}}};

but somehow I wonder what forced us to generate sse instructions here?
when that same example works on a ARMv5 targe?



More information about the Gcc-bugs mailing list