Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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;