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


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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org

--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-07-18 08:32:53 UTC ---
> That means that expr.c:contains_packed_reference does not work.

Absolutely, contains_packed_reference is wrong since DECL_PACKED is only meant
to drive stor-layout.c (and dwarf2out.c), i.e. it's only a declarative flag.


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