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

--- Comment #8 from Ilya Enkovich <ienkovich at gcc dot gnu.org> ---
Author: ienkovich
Date: Wed Feb 10 15:22:17 2016
New Revision: 233275

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

2016-02-10  Yuri Rumyantsev  <ysrum...@gmail.com>

        PR tree-optimization/69652
        * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
        to nested loop, did source re-formatting, skip debug statements,
        add check on statement with volatile operand, remove dead scalar
        statements.

gcc/testsuite/

2016-02-10  Yuri Rumyantsev  <ysrum...@gmail.com>

        PR tree-optimization/69652
        * gcc.dg/torture/pr69652.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/torture/pr69652.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-vect-loop.c

Reply via email to