Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / tree-ssa / block1.C
blob5573251cb1f4adb32181829ff803cd401bb3bd7d
1 // PR 13764: We were inserting an extra body block in all functions, but
2 // it's only really necessary for [cd]tors.
3 // { dg-options "-fdump-tree-gimple" }
5 void bar (void)
7   int a;
10 // { dg-final { scan-tree-dump-times "\{" 1 "gimple" } }
11 // { dg-final { cleanup-tree-dump "gimple" } }