comparison gcc/testsuite/gcc.dg/tree-ssa/20030711-1.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
42 } 42 }
43 43
44 /* The call to blah can not be eliminated. */ 44 /* The call to blah can not be eliminated. */
45 /* { dg-final { scan-tree-dump-times "blah \\(\\)" 1 "dom2" } } */ 45 /* { dg-final { scan-tree-dump-times "blah \\(\\)" 1 "dom2" } } */
46 46
47 /* There should be four IF conditionals. */ 47 /* There should be three IF conditionals. */
48 /* { dg-final { scan-tree-dump-times "if " 4 "dom2"} } */ 48 /* { dg-final { scan-tree-dump-times "if " 3 "dom2"} } */
49 49
50 /* There should be two loads of type.binfo. */ 50 /* There should be two loads of type.binfo. */
51 /* { dg-final { scan-tree-dump-times "type\\.binfo" 2 "dom2"} } */ 51 /* { dg-final { scan-tree-dump-times "type\\.binfo" 2 "dom2"} } */
52 52
53 /* There should be four loads of vec.length. */ 53 /* There should be three loads of vec.length. */
54 /* { dg-final { scan-tree-dump-times "vec.length" 4 "dom2"} } */ 54 /* { dg-final { scan-tree-dump-times "vec.length" 3 "dom2"} } */
55 55