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/60276] [4.7 Regression] -O3 autovectorizer breaks on a particular loop


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

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Mar  6 08:23:36 2014
New Revision: 208373

URL: http://gcc.gnu.org/viewcvs?rev=208373&root=gcc&view=rev
Log:
    PR tree-optimization/60276
    * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Avoid
    a -Wsign-compare warning.

Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/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]