FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / unroll1.C
blob90f37f1ef9210d535a6cb83f5d125b483f300101
1 // Build don't link:
2 // Special g++ Options: -g -O -funroll-loops
4 struct A {
5   inline ~A() { }
6 };
8 void foo (A) {
9   while (1)
10     A bar;