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. */
10 for (i
= 0; i
< 75; i
++)
12 vs_data
[i
] = (vis_type
== 1);
16 /* { dg-final { cleanup-tree-dump "vect" } } */