1 /* { dg-options "-O2 -fdump-tree-optimized" } */
9 short(a
)(short h
, short i
) { return h
- i
; }
10 int(d
)(int h
) { return h
== 83647 ? 0 : -h
; }
16 if (d(j
^ (0 == l
|| *k
)) != *k
)
23 /* { dg-final { scan-tree-dump-times " 1 - " 0 "optimized" } } */
24 /* There should be no calls to foo. */
25 /* { dg-final { scan-tree-dump-times "foo " 0 "optimized" } } */