comparison gcc/testsuite/gcc.dg/tree-ssa/20030922-2.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
18 && block_to_bb[insn1->bb] != target_bb) 18 && block_to_bb[insn1->bb] != target_bb)
19 return 1; 19 return 1;
20 } 20 }
21 21
22 /* There should be two IF conditionals. */ 22 /* There should be two IF conditionals. */
23 /* We no longer record the conditional equivalence by design, thus we 23 /* { dg-final { scan-tree-dump-times "if " 2 "dom2" } } */
24 are unable to simplify the 3rd conditional at compile time. */
25 /* { dg-final { scan-tree-dump-times "if " 2 "dom2" { xfail *-*-* } } } */