i386: Adjust rtx cost for imulq and imulw [PR115749]
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr97753.c
blobe49a8487631d22b62aa7d3bb8b1da39752b3a6dd
1 /* { dg-do compile } */
2 /* { dg-additional-options "-O3" } */
4 long a[6];
5 void d(int c)
7 for (; c; c++)
8 for (int b = 0; b < 8; b++)
9 ((char *)&a[c])[b] = c;