This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / 20000715-1.c
blobce06d0817387e809f523ebf3af738010e5965893
1 /* { dg-do compile { target alpha*-*-* } } */
2 /* { dg-options "-O2 -mieee" } */
4 float foo(unsigned char n)
6 float r = 10 * n;
7 asm volatile("" : : : "memory");
8 return r;