PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20100430-1_0.c
blobd2e79c6291451f801488bfb62b7df363add1df96
1 /* { dg-lto-do link } */
2 /* { dg-lto-options {{-O2 -fprofile-arcs -flto -r -nostdlib}} } */
4 void
5 expand_stmt_with_iterators_1 (void)
7 extern void expand_expr_stmt (void);
8 expand_expr_stmt ();
10 void
11 iterator_expand (void)
13 expand_stmt_with_iterators_1 ();