PR c++/80290
[official-gcc.git] / gcc / testsuite / g++.dg / tree-ssa / block1.C
blob43bce42666085fddccbfb07cfb0b2ab814a9275e
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" } }