comparison gcc/testsuite/gcc.dg/tree-ssa/vrp23.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 "-O2 -fno-tree-forwprop -fdump-tree-vrp1-details" } */ 2 /* { dg-options "-O2 -fno-tree-forwprop -fdump-tree-evrp-details" } */
3 3
4 void aa (void); 4 void aa (void);
5 void aos (void); 5 void aos (void);
6 void aob (void); 6 void aob (void);
7 7
43 43
44 44
45 /* The n_sets > 0 test can be simplified into n_sets == 1 since the 45 /* The n_sets > 0 test can be simplified into n_sets == 1 since the
46 only way to reach the test is when n_sets <= 1, and the only value 46 only way to reach the test is when n_sets <= 1, and the only value
47 which satisfies both conditions is n_sets == 1. */ 47 which satisfies both conditions is n_sets == 1. */
48 /* { dg-final { scan-tree-dump-times "Simplified relational" 1 "vrp1" } } */ 48 /* { dg-final { scan-tree-dump-times "Simplified relational" 1 "evrp" } } */
49 49