Fix predcom-3.c on arc-elf after vectorizer changes

gcc/testsuite
	* gcc.dg/tree-ssa/predcom-3.c: Disable vectorizer.
This commit is contained in:
Jeff Law 2021-10-14 09:41:57 -04:00
parent 9b2ad21ab3
commit ebdf180e15
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -funroll-loops --param max-unroll-times=8 -fpredictive-commoning -fdump-tree-pcom-details -fno-tree-pre" } */
/* { dg-options "-O2 -funroll-loops --param max-unroll-times=8 -fpredictive-commoning -fdump-tree-pcom-details -fno-tree-pre -fno-tree-loop-vectorize" } */
int a[1000], b[1000];