2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / unroll1.C
blobe3e7cd50e68028ff77808ca4993195d137a64b72
1 // { dg-do assemble  }
2 // { dg-options "-g -O -funroll-loops" }
4 struct A {
5   inline ~A() { }
6 };
8 void foo (A) {
9   while (1)
10     A bar;