]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/testsuite/ChangeLog
re PR tree-optimization/71483 (g++ ICE at -O3 on valid code on x86_64-linux-gnu with...
authorAlan Hayward <alan.hayward@arm.com>
Wed, 15 Jun 2016 15:45:47 +0000 (15:45 +0000)
committerAlan Hayward <alahay01@gcc.gnu.org>
Wed, 15 Jun 2016 15:45:47 +0000 (15:45 +0000)
commit8dc35712198be33bcd9c89f8718dbbf108ff8fb1
treee3c64e29055216e3e44e08a56e4b3c0218fd2dbd
parentb8911cb870585c08881d3c424cb1e508e99b9ace
re PR tree-optimization/71483 (g++ ICE at -O3 on valid code on x86_64-linux-gnu with “Floating point exception”)

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

gcc/
PR tree-optimization/71483
* tree-vect-loop.c (vectorizable_live_operation): Pick correct index
for slp

testsuite/
PR tree-optimization/71483
* g++.dg/vect/pr71483.c: New

From-SVN: r237483
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/vect/pr71483.c [new file with mode: 0644]
gcc/tree-vect-loop.c