Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / vect / pr27151.c
blob8b53b29b672b1933adb53f4dccdacb61431dfabc
1 /* { dg-do compile } */
3 /* We were creating a float vector for the vis_type == 1
4 test, which we ICEd on. Now we simply punt here. */
6 float vs_data[75];
7 void vis_clear_data ()
9 int vis_type, i;
10 for (i = 0; i < 75; i++)
12 vs_data[i] = (vis_type == 1);