Commit a8c12308 by Jakub Jelinek Committed by Jakub Jelinek

* gcc.dg/20000715-1.c: New test.

From-SVN: r35051
parent 91f4790c
2000-07-15 Jakub Jelinek <jakub@redhat.com>
* gcc.c-torture/execute/20000715-2.c: New test.
* gcc.dg/20000715-1.c: New test.
2000-07-15 Michael Meissner <meissner@redhat.com>
......
/* { dg-do compile { target alpha*-*-* } } */
/* { dg-options "-O2 -mieee" } */
float foo(unsigned char n)
{
float r = 10 * n;
asm volatile("" : : : "memory");
return r;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment