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 c++/53970] -ftree-vectorization does not handle well unaligned data


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.)


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