This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53970] -ftree-vectorization does not handle well unaligned data
- From: "hp at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 15 Jul 2012 16:48:16 +0000
- Subject: [Bug c++/53970] -ftree-vectorization does not handle well unaligned data
- Auto-submitted: auto-generated
- References: <bug-53970-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53970
Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
CC| |hp at gcc dot gnu.org
Resolution|DUPLICATE |
--- Comment #2 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2012-07-15 16:48:16 UTC ---
(In reply to comment #1)
> Dup.
No...? I think you missed the explicit "char" member in the struct being
new:ed, making the data *known* misaligned. Or was it I who missed something?
(Changing back to unconfirmed as I didn't confirm the bahavior.)