[Committed, testsuite] Fix PR92870
commit666b46c6106dbd3ad6a27be4bf1844ccbaa8e67d
authorSudakshina Das <sudi.das@arm.com>
Thu, 12 Dec 2019 18:01:18 +0000 (12 18:01 +0000)
committerSudakshina Das <sudi@gcc.gnu.org>
Thu, 12 Dec 2019 18:01:18 +0000 (12 18:01 +0000)
tree00a60d37398a684fe5bbb67bf31332a3e005cd23
parent404a671b597c5d1090c3cc18a91959c646ff0246
[Committed, testsuite] Fix PR92870

With my recent commit, I added a test that is not passing on all targets.
My change was valid for targets that have a vector/scalar shift/rotate optabs
(optab that supports vector shifted by scalar).

Since it does not seem to be easy to find out which targets would support it,
I am limiting the test to the targets that I know pass.

gcc/testsuite/ChangeLog

2019-12-12  Sudakshina Das  <sudi.das@arm.com>

PR testsuite/92870
* gcc.dg/vect/vect-shift-5.c: Add target to scan-tree-dump.

From-SVN: r279310
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-shift-5.c