2 /* { dg-options "-O2 -fdump-tree-evrp -fdisable-tree-ethread" } */
10 signed char g (signed char min
, signed char max
)
13 return i
< min
|| max
< i
? min
: i
;
18 signed char t
= g (0, 9);
19 /* Ranger should be able to remove the call to foo (). */
24 /* { dg-final { scan-tree-dump-not "foo" "evrp" } } */