Due to recent improvements to the vectorizer...

Due to recent improvements to the vectorizer, the number of vectorized
loops needs to be increased to 21 in gfortran.dg/vect/vect-8.f90.

    gcc/testsuite/

        * gfortran.dg/vect/vect-8.f90 (vectorized loops): Set to 21.

From-SVN: r237650
This commit is contained in:
Wilco Dijkstra 2016-06-21 14:52:34 +00:00 committed by Wilco Dijkstra
parent 3b9bc511ee
commit 6252b5db4a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-06-21 Wilco Dijkstra <wdijkstr@arm.com>
* gfortran.dg/vect/vect-8.f90 (vectorized loops): Set to 21.
2016-06-21 Ilya Verbin <ilya.verbin@intel.com>
* gcc.target/i386/avx512er-vrsqrt28ps-3.c: New test.

View File

@ -703,4 +703,4 @@ CALL track('KERNEL ')
RETURN
END SUBROUTINE kernel
! { dg-final { scan-tree-dump-times "vectorized 20 loops" 1 "vect" } }
! { dg-final { scan-tree-dump-times "vectorized 21 loops" 1 "vect" } }