re PR tree-optimization/71439 (wrong code at -O3 in 32-bit and 64-bit mode on x86_64...
authorAlan Hayward <alan.hayward@arm.com>
Wed, 15 Jun 2016 10:53:01 +0000 (10:53 +0000)
committerAlan Hayward <alahay01@gcc.gnu.org>
Wed, 15 Jun 2016 10:53:01 +0000 (10:53 +0000)
commit8f482165c975f0a8410e3c8ecb0c011d409062d9
treeeba3649ce4a6b1b60e6d44d00572986dae6a68f2
parent3256673f86cb878b41da25db3d4785418d6cf2c9
re PR tree-optimization/71439 (wrong code at -O3 in 32-bit and 64-bit mode on x86_64-linux-gnu)

2016-06-15  Alan Hayward  <alan.hayward@arm.com>

gcc/
PR tree-optimization/71439
* tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
live PHIs.

testsuite/
PR tree-optimization/71439
* gcc.dg/vect/pr71439.c: New

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