]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix predcom-3.c on arc-elf after vectorizer changes
authorJeff Law <jeffreyalaw@gmail.com>
Thu, 14 Oct 2021 13:41:57 +0000 (09:41 -0400)
committerJeff Law <jeffreyalaw@gmail.com>
Thu, 14 Oct 2021 13:41:57 +0000 (09:41 -0400)
gcc/testsuite
* gcc.dg/tree-ssa/predcom-3.c: Disable vectorizer.

gcc/testsuite/gcc.dg/tree-ssa/predcom-3.c

index 1174cd17eec5527b16dad071fa90a74ffca12be2..9abbe6c1380038811875696278ba12d42da39260 100644 (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];