comparison gcc/testsuite/gcc.dg/unroll-3.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
26 a[i]= b[i] + 1; 26 a[i]= b[i] + 1;
27 } 27 }
28 return 1; 28 return 1;
29 } 29 }
30 30
31 /* { dg-final { scan-tree-dump-times "loop with 3 iterations completely unrolled" 1 "cunrolli" } } */ 31 /* { dg-final { scan-tree-dump-times "loop with 2 iterations completely unrolled" 1 "cunrolli" } } */