This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/64655] Vectorizer is always using load aligned instructions with objects with the "aligned" attribute
- From: "adrien at guinet dot me" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 18 Jan 2015 17:52:07 +0000
- Subject: [Bug c/64655] Vectorizer is always using load aligned instructions with objects with the "aligned" attribute
- Auto-submitted: auto-generated
- References: <bug-64655-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64655
--- Comment #3 from Adrien Guinet <adrien at guinet dot me> ---
I don't think this is a user error. Some attributes might be declared aligned
inside a structure, without any specifications that every instanced objects
must be themselves aligned on a specific boundary. This is espacially true with
C++ !