comparison gcc/testsuite/gcc.dg/tree-ssa/pr64183.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
1 /* { dg-do compile } */ 1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fno-tree-vectorize -fdump-tree-cunroll-details" } */ 2 /* { dg-options "-O3 -fno-tree-vectorize -fdisable-tree-sccp -fdump-tree-cunroll-details" } */
3 3
4 int bits; 4 int bits;
5 unsigned int size; 5 unsigned int size;
6 int max_code; 6 int max_code;
7 7
15 15
16 while (bits < (unsigned int)25) 16 while (bits < (unsigned int)25)
17 bits += 8; 17 bits += 8;
18 } 18 }
19 19
20 /* { dg-final { scan-tree-dump "Loop 2 iterates at most 4 times" "cunroll"} } */ 20 /* { dg-final { scan-tree-dump "Loop 2 iterates at most 3 times" "cunroll"} } */