comparison gcc/testsuite/gcc.dg/tree-ssa/loop-1.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
32 } 32 }
33 33
34 /* We should be able to find out that the loop iterates four times and unroll it completely. */ 34 /* We should be able to find out that the loop iterates four times and unroll it completely. */
35 35
36 /* { dg-final { scan-tree-dump-times "Added canonical iv to loop 1, 4 iterations" 1 "ivcanon"} } */ 36 /* { dg-final { scan-tree-dump-times "Added canonical iv to loop 1, 4 iterations" 1 "ivcanon"} } */
37 /* { dg-final { scan-tree-dump-times "loop with 5 iterations completely unrolled" 1 "cunroll"} } */ 37 /* { dg-final { scan-tree-dump-times "loop with 4 iterations completely unrolled" 1 "cunroll"} } */
38 /* { dg-final { scan-tree-dump-times "foo" 5 "optimized"} } */ 38 /* { dg-final { scan-tree-dump-times "foo" 5 "optimized"} } */
39 39
40 /* Because hppa, ia64 and Windows targets include an external declaration 40 /* Because hppa, ia64 and Windows targets include an external declaration
41 for foo as well as the calls we need to look for something more specific 41 for foo as well as the calls we need to look for something more specific
42 than just foo in order to count only the calls and not the declaration. */ 42 than just foo in order to count only the calls and not the declaration. */