* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr32216.c
blobd448fe78ca349b6b2a9373fed001d11f95dc4dc6
1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_floatint_cvt } */
4 unsigned int wlookup2[203];
6 void
7 SetSoundVariables (int x)
9 for (x = 1; x < 32; x++)
11 wlookup2[x] = (double) 16 / x;