2014-10-24 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git] / gcc / testsuite / gcc.target / alpha / 20000715-1.c
blob3ff15604eb96800cb0f6907220e521e2b3b59ebc
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mieee" } */
4 float foo(unsigned char n)
6 float r = 10 * n;
7 asm volatile("" : : : "memory");
8 return r;