Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / tree-ssa / pr23624.C
blob769d690ce8cb8749c92ff0a4c9d6b1ae02a9c1dd
1 /* { dg-do compile } */
3 template <int>
4 void f()
6     int *t, i;
7     t[i ? 0 : i];