PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr81121.c
blobaca74e95b46117ff7426c27c43cd3bf6a4a0ab73
1 /* PR target/81121 */
2 /* { dg-do compile } */
3 /* { dg-options "-O0 -march=amdfam10 -mno-sse2" } */
5 void
6 foo (short *x, short *y)
8 float a = 0;
9 y[0] = x[0] * a;