[Bug tree-optimization/53970] -ftree-vectorization does not handle well unaligned data
ebotcazou at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 18 08:33:00 GMT 2012
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.
More information about the Gcc-bugs
mailing list