1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 int h(int *a
, int *b
)__attribute__((pure
));
7 /* The calls to link_error should be eliminated, since nothing escapes to
12 /* ??? That's not true. The pointers escape to the integer return
13 value which we do not track in PTA. */
19 /* ??? And it would finally escape here even if we did. */
27 /* We are allowed to optimize the first two link_error calls. */
28 /* { dg-final { scan-tree-dump-times "link_error" 2 "optimized" } } */