1 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 void bar (void) __attribute__((noinline
));
24 /* We should have removed the link_error on the tree level as GCC can tell that
25 a is not touched by the calling bar at all. */
26 /* { dg-final { scan-tree-dump-times "link_error" 0 "optimized"} } */
27 /* { dg-final { cleanup-tree-dump "optimized" } } */