comparison gcc/testsuite/gcc.dg/tree-ssa/cunroll-12.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
5 t(struct a *a) 5 t(struct a *a)
6 { 6 {
7 for (int i=0;a->a[i];i++) 7 for (int i=0;a->a[i];i++)
8 a->a[i]++; 8 a->a[i]++;
9 } 9 }
10 /* { dg-final { scan-tree-dump-times "loop with 7 iterations completely unrolled" 1 "cunroll" } } */ 10 /* { dg-final { scan-tree-dump-times "loop with 6 iterations completely unrolled" 1 "cunroll" } } */
11 /* { dg-final { scan-tree-dump-not "Invalid sum" "cunroll" } } */ 11 /* { dg-final { scan-tree-dump-not "Invalid sum" "cunroll" } } */