]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/testsuite/ChangeLog
re PR tree-optimization/69652 ([ICE] verify_ssa fail w/ -O2 -ffast-math -ftree-vectorize)
authorYuri Rumyantsev <ysrumyan@gmail.com>
Wed, 10 Feb 2016 15:22:17 +0000 (15:22 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Wed, 10 Feb 2016 15:22:17 +0000 (15:22 +0000)
commitcdc23927eee5df6bb589e19a74e9e217b0c3fba0
tree66b4063da6e73d757c82171c1d49da53c3d631f6
parent03a0ae7d98f05b0a5576622ecd0ebe8247c30711
re PR tree-optimization/69652 ([ICE] verify_ssa fail w/ -O2 -ffast-math -ftree-vectorize)

gcc/

2016-02-10  Yuri Rumyantsev  <ysrumyan@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  <ysrumyan@gmail.com>

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

From-SVN: r233275
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr69652.c [new file with mode: 0644]
gcc/tree-vect-loop.c