Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr27151.c
blob23fce79e923a57730e4726f6862cab39ae6bffaa
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);