IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / nested-func-7.c
blob764beb453735fcfee09bba54e5f93ea7cc39aa40
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-tree-optimized" } */
4 void foo (void)
6 int a;
8 void bar (void)
10 a = 1;
14 /* { dg-final { scan-tree-dump-not "bar" "optimized" } } */
15 /* { dg-final { cleanup-tree-dump "optimized" } } */