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

--- Comment #8 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-19 08:48:05 UTC ---
Author: rguenth
Date: Thu Jul 19 08:48:01 2012
New Revision: 189647

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189647
Log:
2012-07-19  Richard Guenther  <rguenther@suse.de>

    PR tree-optimization/53970
    * tree-vect-data-refs.c (not_size_aligned): Avoid sign-compare
    warning.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-data-refs.c


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