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/71518] [6/7 Regression] wrong code at -O3 on x86_64-linux-gnu in 64-bit mode (not in 32-bit mode)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71518

--- Comment #3 from Ilya Enkovich <ienkovich at gcc dot gnu.org> ---
Author: ienkovich
Date: Wed Jul  6 14:37:26 2016
New Revision: 238055

URL: https://gcc.gnu.org/viewcvs?rev=238055&root=gcc&view=rev
Log:
gcc/

2016-07-06  Yuri Rumyantsev  <ysrumyan@gmail.com>

        PR tree-optimization/71518
        * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
        misalign also for outer loops with negative step.

gcc/testsuite/

2016-07-06  Yuri Rumyantsev  <ysrumyan@gmail.com>

        PR tree-optimization/71518
        * gcc.dg/pr71518.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr71518.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/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]