OSDN Git Service

* tree-complex.c (expand_complex_div_wide): Don't create CONDs that
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / vect / pr32216.c
1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_floatint_cvt } */
3
4 unsigned int wlookup2[203];
5
6 SetSoundVariables (int x)
7 {
8   for (x = 1; x < 32; x++)
9   {
10     wlookup2[x] = (double) 16 / x;
11   }
12 }
13
14 /* { dg-final { cleanup-tree-dump "vect" } } */