1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-tree-dominator-opts -fdump-tree-fre1-stats" } */
8 foo (__SIZE_TYPE__ i
, struct s
*array
)
19 /* We should eliminate two address calculations, and one load. */
20 /* We also elimiate the PHI node feeding the return because the case
21 returning 1 is unreachable. */
22 /* We used to eliminate a cast but that was before POINTER_PLUS_EXPR
24 /* { dg-final { scan-tree-dump-times "Eliminated: 4" 1 "fre1"} } */